You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following errors are showing to stop the installation while I run pip install cm-api:
Collecting cm-api
Using cached https://files.pythonhosted.org/packages/ae/e3/c79c1c36309af73c77cd61157baa547a1d24edb5ca761a40909480785cd9/cm_api-20.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/y1/kk6g44757wj5z327cctdl1hh0000gq/T/pip-install-v_gSi_/cm-api/setup.py", line 31, in
fobj = open(setup)
IOError: [Errno 2] No such file or directory: '/private/var/folders/y1/kk6g44757wj5z327cctdl1hh0000gq/T/pip-install-v_gSi_/cm-api/python/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/y1/kk6g44757wj5z327cctdl1hh0000gq/T/pip-install-v_gSi_/cm-api/
The text was updated successfully, but these errors were encountered:
It's expecting setup.py to be in <tarball_root>/python and it’s actually just in the tarball root. Installing the old version using cm-api==19.0.0 works.
the following errors are showing to stop the installation while I run pip install cm-api:
Collecting cm-api
Using cached https://files.pythonhosted.org/packages/ae/e3/c79c1c36309af73c77cd61157baa547a1d24edb5ca761a40909480785cd9/cm_api-20.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/y1/kk6g44757wj5z327cctdl1hh0000gq/T/pip-install-v_gSi_/cm-api/setup.py", line 31, in
fobj = open(setup)
IOError: [Errno 2] No such file or directory: '/private/var/folders/y1/kk6g44757wj5z327cctdl1hh0000gq/T/pip-install-v_gSi_/cm-api/python/setup.py'
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/y1/kk6g44757wj5z327cctdl1hh0000gq/T/pip-install-v_gSi_/cm-api/
The text was updated successfully, but these errors were encountered: