scrublet
scrublet copied to clipboard
pip install error
Hello,
We are trying to install scrublet using pip but we get the error below. Could you please provide guidance on how to deal with this? Thanks!
Processing /user/scrublet
Collecting cython (from scrublet==0.2.2)
Using cached https://files.pythonhosted.org/packages/30/45/597bab1773c4f37dcb269cc5d55a392989bd4ba2f4d8ba8a36be063be7d0/Cython-0.29.28-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Collecting numpy (from scrublet==0.2.2)
Using cached https://files.pythonhosted.org/packages/64/4a/b008d1f8a7b9f5206ecf70a53f84e654707e7616a771d84c05151a4713e9/numpy-1.22.3.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "
----------------------------------------
Command "python setup.py egg_info" failed with error code 1
Any solution?
Yes, I found that if I install Python3* in the environment (instead of Python 2.7) the pip install works successfully.