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

Unable to install due to pandas conflict #23

Open
tokelau opened this issue Nov 10, 2022 · 2 comments
Open

Unable to install due to pandas conflict #23

tokelau opened this issue Nov 10, 2022 · 2 comments

Comments

@tokelau
Copy link

tokelau commented Nov 10, 2022

I try run
pip install benchmarkit

And my error is

Collecting benchmarkit
Using cached benchmarkit-0.0.4-py3-none-any.whl (9.8 kB)
Collecting pandas==0.24.2
Using cached pandas-0.24.2.tar.gz (11.8 MB)
Collecting GitPython==2.1.15
Using cached GitPython-2.1.15-py2.py3-none-any.whl (452 kB)
Collecting path.py==12.0.1
Using cached path.py-12.0.1-py3-none-any.whl (19 kB)
Collecting colorama==0.4.1
Using cached colorama-0.4.1-py2.py3-none-any.whl (15 kB)
Collecting gitdb2<3,>=2
Using cached gitdb2-2.0.6-py2.py3-none-any.whl (63 kB)
Requirement already satisfied: python-dateutil>=2.5.0 in /Users/anastasialobkina/opt/anaconda3/lib/python3.9/site-packages (from pandas==0.24.2->benchmarkit) (2.8.2)
Requirement already satisfied: pytz>=2011k in /Users/anastasialobkina/opt/anaconda3/lib/python3.9/site-packages (from pandas==0.24.2->benchmarkit) (2021.3)
Requirement already satisfied: numpy>=1.12.0 in /Users/anastasialobkina/opt/anaconda3/lib/python3.9/site-packages (from pandas==0.24.2->benchmarkit) (1.21.5)
Requirement already satisfied: importlib-metadata>=0.5 in /Users/anastasialobkina/opt/anaconda3/lib/python3.9/site-packages (from path.py==12.0.1->benchmarkit) (4.11.3)
Collecting smmap2>=2.0.0
Using cached smmap2-3.0.1-py3-none-any.whl (1.1 kB)
Requirement already satisfied: zipp>=0.5 in /Users/anastasialobkina/opt/anaconda3/lib/python3.9/site-packages (from importlib-metadata>=0.5->path.py==12.0.1->benchmarkit) (3.7.0)
Requirement already satisfied: six>=1.5 in /Users/anastasialobkina/opt/anaconda3/lib/python3.9/site-packages (from python-dateutil>=2.5.0->pandas==0.24.2->benchmarkit) (1.16.0)
Collecting smmap>=3.0.1
Using cached smmap-5.0.0-py3-none-any.whl (24 kB)
Building wheels for collected packages: pandas
Building wheel for pandas (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/anastasialobkina/opt/anaconda3/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zp/d17ccr3n4jg8w2cyw6g062fw0000gn/T/pip-install-lv5yusjw/pandas_022ab3f802e6413eabda241a93cbaad7/setup.py'"'"'; file='"'"'/private/var/folders/zp/d17ccr3n4jg8w2cyw6g062fw0000gn/T/pip-install-lv5yusjw/pandas_022ab3f802e6413eabda241a93cbaad7/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.ex
...
error: command '/usr/bin/clang' failed with exit code 1
ERROR: Failed building wheel for pandas
Failed to build pandas
Installing collected packages: pandas, GitPython, colorama, benchmarkit
Attempting uninstall: pandas
Found existing installation: pandas 1.4.2
Uninstalling pandas-1.4.2:
Successfully uninstalled pandas-1.4.2
Running setup.py install for pandas ... /
...
and nothing. How to install library?

@nirupbbnk
Copy link

I am also facing same issue , anyone got solution. @tokelau got any workaround

@vidyak2uiuc
Copy link

I am also facing similar issue on a mac os.

stephematician added a commit to stephematician/benchmarkit that referenced this issue Aug 5, 2023
Update version requirements
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

3 participants