unconditional-time-series-diffusion icon indicating copy to clipboard operation
unconditional-time-series-diffusion copied to clipboard

Questions about the environment

Open xiyuanssxx opened this issue 2 months ago • 2 comments

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!!!!!

xiyuanssxx avatar Apr 22 '24 13:04 xiyuanssxx