Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup can't find virtualenv packages #20

Open
jonathanstrong opened this issue Jul 21, 2016 · 0 comments
Open

setup can't find virtualenv packages #20

jonathanstrong opened this issue Jul 21, 2016 · 0 comments

Comments

@jonathanstrong
Copy link

jonathanstrong commented Jul 21, 2016

Hey - spent a few minutes trying to track this down but couldn't. When I use various methods to try to install this package, the setup utilities cannot find the dependencies that have definitely been installed.

I'm using a virtualenv. Here's the traceback:

(virtual-env-name)jstrong:~/src/scikit-tensor$ pip install -e .
Obtaining file:///[~]/src/scikit-tensor
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "[~]/src/scikit-tensor/setup.py", line 47, in <module>
        require('numpy', 'scipy', 'nose')
      File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 648, in require
      File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 546, in resolve
    pkg_resources.DistributionNotFound: numpy

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in [~]/src/scikit-tensor/

numpy definitely installed:

(virtual-env-name)jstrong:~/src/scikit-tensor$ pip freeze | grep numpy
numpy==1.11.1

fwiw also tried python setup.py develop and python setup.py install, same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant