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

Building cell throws error #76

Closed
skoulouzis opened this issue Mar 22, 2022 · 2 comments
Closed

Building cell throws error #76

skoulouzis opened this issue Mar 22, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@skoulouzis
Copy link
Member

https://github.com/QCDIS/NaaVRE-container-prestage/runs/5649104763?check_suite_focus=true

Pip subprocess output:
Collecting pathlib
Using cached pathlib-1.0.1.tar.gz (49 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'

Pip subprocess error:
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute setup.py since setuptools is not available in the build environment.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

failed

CondaEnvException: Pip failed

@skoulouzis skoulouzis added the bug Something isn't working label Mar 22, 2022
@skoulouzis skoulouzis self-assigned this Mar 22, 2022
@skoulouzis
Copy link
Member Author

Looks like "pathlib is part of the standard library since Python 3.4. You don't need to install it to use."
pypa/packaging-problems#573

@skoulouzis
Copy link
Member Author

Some modules are deprecated. At the moment we have no way of knowing what are they replaced with.
For new we hardcode the repalcemts

skoulouzis added a commit that referenced this issue Mar 22, 2022
skoulouzis added a commit that referenced this issue Mar 22, 2022
skoulouzis added a commit that referenced this issue Mar 22, 2022
skoulouzis added a commit that referenced this issue May 20, 2022
skoulouzis added a commit that referenced this issue May 20, 2022
skoulouzis added a commit that referenced this issue May 20, 2022
skoulouzis added a commit that referenced this issue May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant