Closed williamsdrake closed 3 years ago
Same error. Please help. Thanks.
Running setup.py install for pandas ... error
ERROR: Command errored out with exit status 1:
command: /Users/Singlecell/cpdb-venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-install-a2e0xvkl/pandas/setup.py'"'"'; __file__='"'"'/private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-install-a2e0xvkl/pandas/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-record-rk9bcfb4/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Singlecell/cpdb-venv/include/site/python3.8/pandas
cwd: /private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-install-a2e0xvkl/pandas/
Complete output (3402 lines):
I successfully installed the cellphoneDB package a few months ago and it can run smoothly, but now I use the same steps to reinstall it but I get an error. I don’t know if this is caused by a software upgrade.
I also faced with the same error. And don't know the solutions to it. Tested both in Linux and MacOS platform.
Same error, I am installing it in Linux. Does anyone know how to fix it?
ERROR: Command errored out with exit status 1: /home/mzhibo/anaconda3/envs/CellPhoneDB/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c3im6d06/pandas/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c3im6d06/pandas/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-v8g6uejn/install-record.txt --single-version-externally-managed --compile --install-headers /home/mzhibo/anaconda3/envs/CellPhoneDB/include/python3.8/pandas Check the logs for full command output.
Mine was fixed after using python 3.6
I get the same error using python3.8
Using python3.6 also worked for me
Using python3.6 also worked for me
me too.
This error shows up when using python 3.8 (you can check your python version using python -V
) and, for the time being, CellphoneDB only seems to work only with python version from 3.5.0 to 3.7.9.
Your options for now are:
conda create -n cpdb python=3.7
).
Hi cellphonedb developers,
I am trying to install the cellphonedb package following the readme instructions. My code thus far is:
The error:
Mac OS 10.13.6 Python v. 3.8
I would love to try using this for my single cell datasets, so any guidance is appreciated. Thank you