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

Could not find a version that satisfies the requirement vmc-client-bindings (from -r requirements.txt (line 6)) (from versions: ) #46

Closed
ShridharSChini opened this issue Mar 1, 2018 · 7 comments

Comments

@ShridharSChini
Copy link

ShridharSChini commented Mar 1, 2018

git2

@ShridharSChini ShridharSChini changed the title Could not find a version that satisfies the requirement vapi-client-bindings==1.0.0 Could not find a version that satisfies the requirement vmc-client-bindings (from -r requirements.txt (line 6)) (from versions: ) Mar 1, 2018
@tianhao64
Copy link
Contributor

@ShridharSChini Are you using the latest version? What's the content of your requirements.txt?

@sssharanster
Copy link

Try something like this:
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file://$PWD/lib

@ShridharSChini
Copy link
Author

ShridharSChini commented Mar 3, 2018 via email

@kandadeepak
Copy link

Hi,

I was trying to install the get the similar error message,and run the command suggested by @sssharanster but still i can see the error message while installing.

install.txt

root@ubuntu:/tmp/vsphere-automation-sdk-python-master# python -V
Python 3.6.3

root@ubuntu:/tmp/vsphere-automation-sdk-python-master# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful

@tianhao64
Copy link
Contributor

Are you using a virtualenv? Can you try to do:
pip install wheel

@kandadeepak
Copy link

kandadeepak commented Mar 12, 2018 via email

@tianhao64
Copy link
Contributor

See this error in your log:
Running setup.py bdist_wheel for suds-jurko: started
Running setup.py bdist_wheel for suds-jurko: finished with status 'error'
Looks like wheel was not successfully installed.

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

4 participants