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

Instalation in Arch Linux machine with python 3.10 #13

Open
jrios2006 opened this issue Jun 22, 2022 · 1 comment
Open

Instalation in Arch Linux machine with python 3.10 #13

jrios2006 opened this issue Jun 22, 2022 · 1 comment

Comments

@jrios2006
Copy link

jrios2006 commented Jun 22, 2022

Hello I try to install your package (pip install theseus_growth)

I have installed a pandas version 1.4.1

Installing collected packages: pandas, openpyxl, matplotlib, flake8, theseus-growth Attempting uninstall: pandas **Found existing installation: pandas 1.4.1** **Uninstalling pandas-1.4.1**: **Successfully uninstalled pandas-1.4.1** Running setup.py install for pandas ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-s7cz_j37/pandas_d14a8fb21d1d45eba3adb26085af2360/setup.py'"'"'; __file__='"'"'/tmp/pip-install-s7cz_j37/pandas_d14a8fb21d1d45eba3adb26085af2360/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-2t4zuylr/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python3.10/pandas cwd: /tmp/pip-install-s7cz_j37/pandas_d14a8fb21d1d45eba3adb26085af2360/ Complete output (1021 lines): running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.

**Rolling back uninstall of pandas** Moving to /usr/lib/python3.10/site-packages/pandas-**1.4.1**.dist-info/ from /usr/lib/python3.10/site-packages/~andas-1.4.1.dist-info Moving to /usr/lib/python3.10/site-packages/pandas/ from /usr/lib/python3.10/site-packages/~andas ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-s7cz_j37/pandas_d14a8fb21d1d45eba3adb26085af2360/setup.py'"'"'; __file__='"'"'/tmp/pip-install-s7cz_j37/pandas_d14a8fb21d1d45eba3adb26085af2360/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-2t4zuylr/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python3.10/pandas Check the logs for full command output.

I unnistall pandas before install this
**pip uninstall pandas** Found existing installation: pandas 1.4.1 Uninstalling pandas-1.4.1: Would remove: /usr/lib/python3.10/site-packages/pandas-1.4.1.dist-info/* /usr/lib/python3.10/site-packages/pandas/* Proceed (y/n)? y Successfully uninstalled pandas-1.4.1

This is the error:
Installing collected packages: pandas, openpyxl, matplotlib, flake8, theseus-growth Running setup.py install for pandas ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lc7ewu2d/pandas_5e0fa4a65d0142789668ca51a20ae1cd/setup.py'"'"'; __file__='"'"'/tmp/pip-install-lc7ewu2d/pandas_5e0fa4a65d0142789668ca51a20ae1cd/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-apjxkiig/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python3.10/pandas cwd: /tmp/pip-install-lc7ewu2d/pandas_5e0fa4a65d0142789668ca51a20ae1cd/ Complete output (1021 lines): running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.

Could you install in linux this software?

View error video

Regards

@ESeufert
Copy link
Owner

ESeufert commented Aug 2, 2023

Can you try now? I updated the minimum version of Pandas required

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

2 participants