Skip to content
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

Open
xiyuanssxx opened this issue Apr 22, 2024 · 3 comments
Open

Questions about the environment #9

xiyuanssxx opened this issue Apr 22, 2024 · 3 comments

Comments

@xiyuanssxx
Copy link

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

    python setup.py bdist_wheel did not run successfully.
    exit code: 1
 
    [288 lines of output]
    Running from numpy source directory.
    C:\Users\Administrator\AppData\Local\Temp\pip-install-0qawy7yt\numpy_a865d9d38686425f862eb8f0daa74b31\numpy\distutils\misc_util.py:464: SyntaxWarning: "is" with a literal. Did you mean "=="?
      return is_string(s) and ('*' in s or '?' is s)
    blas_opt_info:
    blas_mkl_info:
    No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
    customize MSVCCompiler
      libraries mkl_rt not found in ['D:\\Annaconda\\envs\\tsdiff\\lib', 'C:\\', 'D:\\Annaconda\\envs\\tsdiff\\libs', 'D:\\Annaconda\\Library\\lib']
      NOT AVAILABLE
 
    blis_info:
    No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
    customize MSVCCompiler
      libraries blis not found in ['D:\\Annaconda\\envs\\tsdiff\\lib', 'C:\\', 'D:\\Annaconda\\envs\\tsdiff\\libs', 'D:\\Annaconda\\Library\\lib']
      NOT AVAILABLE

Looking forward to your reply!!!!!

@abdulfatir
Copy link
Contributor

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)?

@abdulfatir abdulfatir changed the title Questions about the envirement Questions about the environment Apr 22, 2024
@xiyuanssxx
Copy link
Author

Oh I forgot about this, thanks for your reply, I will try it. thx0v0

@hanli997
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants