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

floyd-cli won't install from conda forge on Windows 10 #151

Open
ghost opened this issue Dec 25, 2017 · 2 comments
Open

floyd-cli won't install from conda forge on Windows 10 #151

ghost opened this issue Dec 25, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 25, 2017

Hi

I was using anaconda 5.0.1 on a windows 10 machine.
The command
conda install -y -c conda-forge -c floydhub floyd-cli
resulted in the following error:
ERROR conda.core.link:execute_actions(337): An error occurred while installing package 'conda-forge::tabulate-0.8.1-py_0'.
CondaError: Cannot link a source that does not exist. C:\Users\mcsta\Anaconda3\Scripts\conda.exe
Running conda clean --packages may resolve your problem.
Attempting to roll back.

@houqp
Copy link
Contributor

houqp commented Dec 26, 2017

Hi, sorry that conda support is still in beta. As a quick workaround could you try creating a virtualenv using conda then install the cli through pip install floyd-cli?

@thangduong
Copy link

I am also having issues. It's just a run of the mill Ubuntu 16 machine.

pip install -U floyd-cli
Collecting floyd-cli
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd138a6beb8>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/floyd-cli/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd138a6b0f0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/floyd-cli/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd138a6b198>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/floyd-cli/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd138a6b080>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/floyd-cli/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd138a6b978>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/floyd-cli/
Could not find a version that satisfies the requirement floyd-cli (from versions: )
No matching distribution found for floyd-cli

pip3 install ...
sudo pip install...
sudo pip3 install...

all have the same problem.

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