-
Notifications
You must be signed in to change notification settings - Fork 30
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
Questions about the environment #9
Comments
Hi! It looks like the issue is with numpy installation. Did you try installing on a linux machine (unfortunately, I don't have windows and haven't ever tested this package on windows)? |
Oh I forgot about this, thanks for your reply, I will try it. thx0v0 |
My computer is running on Windows, and I encountered the same issue when using the command ‘pip install --editable "." ’to install. Have you managed to resolve this problem? |
Hello, why is there no setup.py file in the root directory? When I run the line ‘pip install --editable "." ’, it prompts that there is no setup.py file. How did the author solve this problem? |
hi,thank you very much for contributing your work
I tried it on two computers but,
When I follow the installation steps "pip install --editable "., I always get an error like:
(I only cut out little first because it's too long)
Collecting scipy (from uncond-ts-diff==0.1.0)
Downloading scipy-1.3.1.tar.gz (23.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.6/23.6 MB 14.1 kB/s eta 0:00:00
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [344 lines of output]
Ignoring numpy: markers 'python_version == "3.5" and platform_system != "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.5" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version >= "3.7" and platform_system == "AIX"' don't match your environment
Collecting wheel
Using cached wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB)
Collecting setuptools
Using cached setuptools-69.5.1-py3-none-any.whl.metadata (6.2 kB)
Collecting Cython>=0.29.2
Using cached Cython-3.0.10-cp38-cp38-win_amd64.whl.metadata (3.2 kB)
Collecting numpy==1.14.5
Downloading numpy-1.14.5.zip (4.9 MB)
---------------------------------------- 4.9/4.9 MB 14.2 kB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Using cached wheel-0.43.0-py3-none-any.whl (65 kB)
Using cached setuptools-69.5.1-py3-none-any.whl (894 kB)
Downloading Cython-3.0.10-cp38-cp38-win_amd64.whl (2.8 MB)
---------------------------------------- 2.8/2.8 MB 9.0 kB/s eta 0:00:00
Building wheels for collected packages: numpy
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status 'error'
error: subprocess-exited-with-error
Looking forward to your reply!!!!!
The text was updated successfully, but these errors were encountered: