Closed VictorAtPL closed 3 years ago
Thanks for reporting the issue. Can you share your command line for this? I cannot replicate this error via pip install
nor setup.py
.
I will close the issue for now. Please feel free to re-open if this is still not resolved.
Hi, I have same problem when isntalling package by pip. The error is:
WARNING: Ignoring invalid distribution -umpy (c:\users\tcsyayli\anaconda3\lib\site-packages)
WARNING: Ignoring invalid distribution -umpy (c:\users\tcsyayli\anaconda3\lib\site-packages)
error: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[7 lines of output]
running bdist_wheel
running build
running build_py
package init file 'src\__init__.py' not found (or not a regular file)
running build_ext
building 'fastwer' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for fastwer
WARNING: Ignoring invalid distribution -umpy (c:\users\tcsyayli\anaconda3\lib\site-packages)
error: subprocess-exited-with-error
Running setup.py install for fastwer did not run successfully.
exit code: 1
[7 lines of output]
running install
running build
running build_py
package init file 'src\__init__.py' not found (or not a regular file)
running build_ext
building 'fastwer' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Encountered error while trying to install package.
fastwer
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
WARNING: Ignoring invalid distribution -umpy (c:\users\tcsyayli\anaconda3\lib\site-packages)
WARNING: Ignoring invalid distribution -umpy (c:\users\tcsyayli\anaconda3\lib\site-packages)
Please help me for solving this problem.
When I try to install your package, I get following logs: