Я пытаюсь установить SciPy на PyPy (Python 3.6.9).
Первый способ:
Я нашел простой способ - использовать wheel .
My PyPy и Python версия:
Python 3.6.9 (2ad108f17bdb, Apr 07 2020, 03:05:35)
[PyPy 7.3.1 with MSC v.1912 32 bit] on win32
Я думаю, моя правильная версия scipy ‑ 1.4.1 ‑ cp36 ‑ cp36m ‑ win32. whl
Итак, я бегу: pypy3 -m pip install location_scipy
И мое колесо не поддерживается.
ERROR: scipy-1.4.1-cp36-cp36m-win32.whl is not a supported wheel on this platform.
RPython traceback:
File "pypy_interpreter.c", line 47746, in BuiltinCode1_fastcall_1
File "implement_1.c", line 57386, in fastfunc_descr_lower_1_1
File "pypy_objspace_std_7.c", line 41150, in _lower_unicode
File "rpython_rlib.c", line 15063, in _nonascii_unichr_as_utf8_append
I попробуйте все версии (32- и 64-битные), не могу найти правильную версию, все они не поддерживаются.
Второй способ:
pypy3 -m pip install scipy
ERROR: Command errored out with exit status 1:
command: 'location\pypy\pypy3.exe' ''location\pypy\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel ''location\AppData\Local\Temp\tmpluhuycvs'
cwd: 'location\AppData\Local\Temp\pip-install-p1iknxr7\scipy
Complete output (100 lines):
lapack_opt_info:
lapack_mkl_info:
libraries mkl_rt not found in ['C:\\', ''location\\pypy_projekt\\pypy\\libs']
NOT AVAILABLE
openblas_lapack_info:
libraries openblas not found in ['C:\\', ''location\\pypy_projekt\\pypy\\libs']
NOT AVAILABLE
system_info:
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas,tatlas not found in C:\
libraries lapack_atlas not found in C:\
libraries tatlas,tatlas not found in 'location\pypy_projekt\pypy\libs
libraries lapack_atlas not found in 'location\pypy_projekt\pypy\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
libraries satlas,satlas not found in C:\
libraries lapack_atlas not found in C:\
libraries satlas,satlas not found in 'location\pypy_projekt\pypy\libs
libraries lapack_atlas not found in 'location\pypy_projekt\pypy\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in C:\
libraries lapack_atlas not found in C:\
libraries ptf77blas,ptcblas,atlas not found in 'location\pypy_projekt\pypy\libs
libraries lapack_atlas not found in 'location\pypy_projekt\pypy\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in C:\
libraries lapack_atlas not found in C:\
libraries f77blas,cblas,atlas not found in 'location\pypy_projekt\pypy\libs
libraries lapack_atlas not found in 'location\pypy_projekt\pypy\libs
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
lapack_info:
libraries lapack not found in ['C:\\', ''location\\pypy_projekt\\pypy\\libs']
NOT AVAILABLE
lapack_src_info:
NOT AVAILABLE
NOT AVAILABLE
Есть проблема с лапаком, но он не может найти решение.