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

Cannot install tipboard using pip (invalid install_requires) #40

Closed
samupl opened this issue Nov 15, 2016 · 3 comments
Closed

Cannot install tipboard using pip (invalid install_requires) #40

samupl opened this issue Nov 15, 2016 · 3 comments

Comments

@samupl
Copy link

samupl commented Nov 15, 2016

When trying to install tipboard through pip, the following error occurs:

$ pip --no-cache-dir install tipboard
Collecting tipboard
  Downloading tipboard-1.4.0.tar.gz (1.5MB)
    100% |████████████████████████████████| 1.5MB 6.7MB/s 
    Complete output from command python setup.py egg_info:
    error in tipboard setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "','"
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/js/pip-build-8u8mD0/tipboard/

Python and PIP version:

Python 2.7.12
pip 9.0.1 from /home/js/.virtualenvs/tb-venv/lib/python2.7/site-packages (python 2.7)

The same happens on system-level pip/python as well as on virtualenv level.

@samupl
Copy link
Author

samupl commented Nov 15, 2016

I can see that the current requirements.txt file is valid. However, the package downloaded from pip seems to have a comma on the last line:

[...]
Sphinx==1.2.2,
sphinxcontrib-httpdomain==1.3.0,

Probably re-uploading the package to pypi or releasing it with a newer package version will be enough.

@ghost
Copy link

ghost commented Nov 16, 2016

New version has been uploaded:
https://pypi.python.org/pypi/tipboard

@samupl
Copy link
Author

samupl commented Nov 16, 2016

Confirmed, new version installs correctly. Thank you.

@mkurek mkurek closed this as completed Nov 16, 2016
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

2 participants