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

Error on install #27

Open
Pump122 opened this issue Jan 16, 2024 · 0 comments
Open

Error on install #27

Pump122 opened this issue Jan 16, 2024 · 0 comments

Comments

@Pump122
Copy link

Pump122 commented Jan 16, 2024

Hey there was an error on install as below, I ran pip upgrade and did it again but it did not help.
Preparing metadata (setup.py): started
#14 53.67 Preparing metadata (setup.py): finished with status 'done'
#14 54.61 Collecting pandas==0.25.0 (from -r requirements/base.txt (line 7))
#14 54.68 Downloading pandas-0.25.0.tar.gz (12.6 MB)
#14 69.42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 923.8 kB/s eta 0:00:00
#14 70.47 Preparing metadata (setup.py): started
#14 70.83 Preparing metadata (setup.py): finished with status 'error'
#14 70.84 error: subprocess-exited-with-error
#14 70.84
#14 70.84 × python setup.py egg_info did not run successfully.
#14 70.84 │ exit code: 1
#14 70.84 ╰─> [18 lines of output]
#14 70.84 /tmp/pip-install-5u77jzqb/pandas_8cf04e62e8e248e683f37203c8223d41/setup.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
#14 70.84 import pkg_resources
#14 70.84 Traceback (most recent call last):
#14 70.84 File "", line 2, in
#14 70.84 File "", line 34, in
#14 70.84 File "/tmp/pip-install-5u77jzqb/pandas_8cf04e62e8e248e683f37203c8223d41/setup.py", line 810, in
#14 70.84 version=versioneer.get_version(),
#14 70.84 ^^^^^^^^^^^^^^^^^^^^^^^^
#14 70.84 File "/tmp/pip-install-5u77jzqb/pandas_8cf04e62e8e248e683f37203c8223d41/versioneer.py", line 1440, in get_version
#14 70.84 return get_versions()["version"]
#14 70.84 ^^^^^^^^^^^^^^
#14 70.84 File "/tmp/pip-install-5u77jzqb/pandas_8cf04e62e8e248e683f37203c8223d41/versioneer.py", line 1369, in get_versions
#14 70.84 cfg = get_config_from_root(root)
#14 70.84 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#14 70.84 File "/tmp/pip-install-5u77jzqb/pandas_8cf04e62e8e248e683f37203c8223d41/versioneer.py", line 401, in get_config_from_root
#14 70.84 parser = configparser.SafeConfigParser()
#14 70.84 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#14 70.84 AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
#14 70.84 [end of output]
#14 70.84
#14 70.84 note: This error originates from a subprocess, and is likely not a problem with pip.
#14 70.85 error: metadata-generation-failed
#14 70.85
#14 70.85 × Encountered error while generating package metadata.
#14 70.85 ╰─> See above for output.
#14 70.85
#14 70.85 note: This is an issue with the package mentioned above, not pip.
#14 70.85 hint: See above for details.
#14 71.26
#14 71.26 [notice] A new release of pip is available: 23.2.1 -> 23.3.2
#14 71.26 [notice] To update, run: pip install --upgrade pip

failed to solve: process "/bin/sh -c pip install -r requirements/base.txt" did not complete successfully: exit code: 1

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

1 participant