-
Notifications
You must be signed in to change notification settings - Fork 274
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
Installation error #96
Comments
Hi @shakirmshaker ! Saving you a link, the solution is either this, Let me know if it works for you. I can't recreate it, exactly because my machine is on Linux right now. Sorry. |
Thank you @Rubix982 for the precious help ! @shakirmshaker is it ok for you now ? |
not able to install mlbox in jupyter notebook with pip or cmd this error is coming Collecting mlbox Preparing metadata (pyproject.toml) did not run successfully. [198 lines of output] blis_info: openblas_info: atlas_3_10_blas_threads_info: atlas_3_10_blas_info: atlas_blas_threads_info: atlas_blas_info: accelerate_info: C:\Users\yokau\AppData\Local\Temp\pip-install-byh7ag91\numpy_3a4201458aa843b2b2e9eb7d25b5d977\numpy\distutils\system_info.py:1896: UserWarning: C:\Users\yokau\AppData\Local\Temp\pip-install-byh7ag91\numpy_3a4201458aa843b2b2e9eb7d25b5d977\numpy\distutils\system_info.py:1896: UserWarning: C:\Users\yokau\AppData\Local\Temp\pip-install-byh7ag91\numpy_3a4201458aa843b2b2e9eb7d25b5d977\numpy\distutils\system_info.py:1896: UserWarning: non-existing path in 'numpy\distutils': 'site.cfg' openblas_lapack_info: openblas_clapack_info: flame_info: atlas_3_10_threads_info: atlas_3_10_info: atlas_threads_info: atlas_info: lapack_info: C:\Users\yokau\AppData\Local\Temp\pip-install-byh7ag91\numpy_3a4201458aa843b2b2e9eb7d25b5d977\numpy\distutils\system_info.py:1730: UserWarning: C:\Users\yokau\AppData\Local\Temp\pip-install-byh7ag91\numpy_3a4201458aa843b2b2e9eb7d25b5d977\numpy\distutils\system_info.py:1730: UserWarning: C:\Users\yokau\AppData\Local\Temp\pip-build-env-itcc0gk7\overlay\Lib\site-packages\setuptools_distutils\dist.py:265: UserWarning: Unknown distribution option: 'define_macros' note: This error originates from a subprocess, and is likely not a problem with pip. Encountered error while generating package metadata. See above for output. note: This is an issue with the package mentioned above, not pip. |
When I am traying to install, I get this long massage:
C:\Users\shaki>pip install mlbox
Error processing line 7 of c:\python38\lib\site-packages\pywin32.pth:
Traceback (most recent call last):
File "c:\python38\lib\site.py", line 169, in addpackage
exec(line)
File "", line 1, in
ModuleNotFoundError: No module named 'pywin32_bootstrap'
Remainder of file ignored
Requirement already satisfied: mlbox in c:\python38\lib\site-packages\mlbox-0.8.2-py3.8.egg (0.8.2)
Collecting numpy==1.17.0
Using cached numpy-1.17.0.zip (6.5 MB)
Collecting scipy==1.3.0
Using cached scipy-1.3.0.tar.gz (23.6 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1:
command: 'c:\python38\python.exe' 'c:\python38\lib\site-packages\pip_vendor\pep517_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\shaki\AppData\Local\Temp\tmpctdu0l9c'
cwd: C:\Users\shaki\AppData\Local\Temp\pip-install-ovjcgxih\scipy
Complete output (212 lines):
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\python38\lib', 'C:\', 'c:\python38\libs']
NOT AVAILABLE
ERROR: Command errored out with exit status 1: 'c:\python38\python.exe' 'c:\python38\lib\site-packages\pip_vendor\pep517_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\shaki\AppData\Local\Temp\tmpctdu0l9c' Check the logs for full command output.
The text was updated successfully, but these errors were encountered: