-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers. #1268
Comments
Same error. |
Another one chiming in with the same issue. Except I can't tell several thousand of users out there to update setuptools on their individual installs to fix a setup problem with a third party dependency :/ |
Observed this morning whilst installing diamond w/ psutil 5.4.4. Installed with 5.4.3 without issue. Able to install 5.4.4 by changing |
New release is out. |
fixed by running |
@giampaolo Today's releases seem to have caused this to show up again on EL7 boxes 😢
|
Boy, that is jurassic ancient! Can't you upgrade pip? =) |
@giampaolo Thanks for the reply! |
What about this #1268 (comment)? |
Well, we need to test against the distro-supported versions. We can pin psutil to the version before today's releases in those tests. So it's not a huge deal. This was mainly an FYI to let you know it broke older versions, in case that wasn't intentional. If it is, feel free to ignore and we'll live. :) |
It is also breaking our deployment script which installs psutil on a fresh CentOS 7. |
Maybe you can specific the version of
|
The upstream issue giampaolo/psutil#1268 Downgrade the psutil from 5.7.2 to 5.7.0 during testing when using py27.
The upstream issue giampaolo/psutil#1268 Downgrade the psutil from 5.7.2 to 5.7.0 during testing when using py27.
I am still having this problem... even using psutil 5.7.0 .... |
AppVeyor Windows Python 3.4 build was failing, apparently due to giampaolo/psutil#1268 . This commit implements a suggested workaround for the problem.
to address "error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers." as per giampaolo/psutil#1268
Newest release (5.4.4) has installation broken somehow. This is what we get on CentOS 7: http://paste.openstack.org/show/719136/
The text was updated successfully, but these errors were encountered: