floydhub/floyd-cli

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

Opened this issue · 2 comments

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 commented

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?

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.