benchmarkit icon indicating copy to clipboard operation
benchmarkit copied to clipboard

Unable to install due to pandas conflict

Open tokelau opened this issue 1 year ago • 2 comments

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?

tokelau avatar Nov 10 '22 06:11 tokelau