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

It is failing to install the latest cm-api(version 20.0.0) with pip #73

Open
ggao opened this issue Jul 1, 2018 · 3 comments
Open

It is failing to install the latest cm-api(version 20.0.0) with pip #73

ggao opened this issue Jul 1, 2018 · 3 comments

Comments

@ggao
Copy link

ggao commented Jul 1, 2018

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/

@XavierTalpe
Copy link

XavierTalpe commented Jul 2, 2018

Can confirm we have the same issue:

Collecting cm_api>=11.0.0 (from lilyfab->-r ngec2-fabprov-requirements.txt (line 1))
Downloading https://files.pythonhosted.org/packages/ae/e3/c79c1c36309af73c77cd61157baa547a1d24edb5ca761a40909480785cd9/cm_api-20.0.0.tar.gz (65kB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/media/ephemeral1/tmp/pip-install-i6Sdsz/cm-api/setup.py", line 31, in <module>
    fobj = open(setup)
    IOError: [Errno 2] No such file or directory: '/media/ephemeral1/tmp/pip-install-i6Sdsz/cm-api/python/setup.py'

@mikhels
Copy link

mikhels commented Jul 2, 2018

Same here. OS: CentOS 6/7.

@mdwilco
Copy link

mdwilco commented Jul 11, 2018

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.

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