-
Notifications
You must be signed in to change notification settings - Fork 35
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
Drop comma that causes install to fail #98
Conversation
@jburel what branch is that commit on? (also I could just close this since you already fixed it)
|
Sorry for the confusion it was on my repository, you will need to keep your PR opened |
@nicholsn I have opened a new PR against your branch |
more commas
@jburel great thanks, merged and now this is passing! |
Any chance to get that PR merge @0x00b1 and have a new release of centrosome? |
Yep! Thanks everyone! Merging now, will package and release today. |
This PR simply drops a comma in setup.py that was causing an installation issue on ubuntu 18.04 with both
pip install centrosome
andpython setup.py install
.pip 20.0.2 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)
Python 2.7.17
Here is the error that is fixed: