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

Problems installing #17

Closed
FakeNameSE opened this issue Aug 13, 2017 · 3 comments
Closed

Problems installing #17

FakeNameSE opened this issue Aug 13, 2017 · 3 comments
Labels

Comments

@FakeNameSE
Copy link

I am unable to install sklearn-porter for python3 through pip.

Collecting sklearn-porter
  Using cached sklearn-porter-0.5.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-bdmsnkqx/sklearn-porter/setup.py", line 18, in <module>
        with open(requirements_path) as f:
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-bdmsnkqx/sklearn-porter/requirements.txt'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-bdmsnkqx/sklearn-porter/

I am running python 3.6 on Arch Linux.

@nok
Copy link
Owner

nok commented Aug 15, 2017

Thanks @FakeNameSE, I will test and fix that issue.

@nok nok added the bug label Aug 15, 2017
@nok
Copy link
Owner

nok commented Aug 21, 2017

Hello @FakeNameSE,

okay, it should be fixed (2935828). You can upgrade the package with:

pip install --upgrade --force-reinstall

Thanks again for the hint!

Happy coding,
Darius

@FakeNameSE
Copy link
Author

Thanks, it works!

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

No branches or pull requests

2 participants