-
Notifications
You must be signed in to change notification settings - Fork 33
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
'install_requires' must be a string or list of string #29
Comments
It might be because of a change in pip itself. Could you please post the version of pip you are using ? |
Hi. I'm facing a similar issue (installing Molecule using pip on RHEL 7.7)
Here's the error:
|
I just had the same issue on a CentOS 7.7 sytem. Updating
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I tried installing molecule using pip on centos7 but getting following error:
Collecting click-completion>=0.5.1 (from molecule==3.0a1)
Using cached https://files.pythonhosted.org/packages/77/fd/2d7ec2b86cd4d487abf0b13dce58e98413096c45b9645470be0cb8de6ff2/click-completion-0.5.1.tar.gz
ERROR: Command errored out with exit status 1:
command: /bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-RyPp9J/click-completion/setup.py'"'"'; file='"'"'/tmp/pip-install-RyPp9J/click-completion/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-RyPp9J/click-completion/
Complete output (1 lines):
error in click-completion setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output
Any help would be appreciated
Thanks
Afroz Hussain
The text was updated successfully, but these errors were encountered: