scikit-tensor icon indicating copy to clipboard operation
scikit-tensor copied to clipboard

Installing error

Open MaxLingwei opened this issue 7 years ago • 1 comments

Hello, i tried to use pip2 install scikit-tensor to install but failed. The error imformation

Collecting scikit-tensor Using cached scikit-tensor-0.1.tar.gz Complete output from command python setup.py egg_info: setuptools module not found. Install setuptools if you want to enable 'python setup.py develop'. Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-6yTuyk/scikit-tensor/setup.py", line 53, in require('numpy', 'scipy', 'nose') File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 943, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 829, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'nose' distribution was not found and is required by the application

How to install successfully? Thank you!

MaxLingwei avatar Apr 09 '18 08:04 MaxLingwei

use first: pip install nose and then pip install scikit-tensor

seralouk avatar May 23 '18 14:05 seralouk