scrublet icon indicating copy to clipboard operation
scrublet copied to clipboard

pip install error

Open ulloaa opened this issue 3 years ago • 2 comments

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 "", line 1, in File "numpy/setup.py", line 59 raise RuntimeError(f'Cannot parse version {FULLVERSION}') ^ SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1

ulloaa avatar May 02 '22 18:05 ulloaa

Any solution?

artemisiat avatar Dec 15 '22 17:12 artemisiat

Yes, I found that if I install Python3* in the environment (instead of Python 2.7) the pip install works successfully.

ulloaa avatar Dec 20 '22 17:12 ulloaa