-
Notifications
You must be signed in to change notification settings - Fork 2
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
Labels
bug
Something isn't working
Comments
Looks like "pathlib is part of the standard library since Python 3.4. You don't need to install it to use." |
Some modules are deprecated. At the moment we have no way of knowing what are they replaced with. |
skoulouzis
added a commit
that referenced
this issue
Mar 22, 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
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
The text was updated successfully, but these errors were encountered: