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

[BUG] #87

Open
andrealansp opened this issue Feb 13, 2020 · 1 comment
Open

[BUG] #87

andrealansp opened this issue Feb 13, 2020 · 1 comment

Comments

@andrealansp
Copy link

setup.py:461: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
run_build = parse_setuppy_commands()
C:\Users\andre\AppData\Local\Temp\pip-install-vqx3fgrn\numpy\numpy\distutils\system_info.py:1896: UserWarning:
Optimized (vendor) Blas libraries are not found.
Falls back to netlib Blas library which has worse performance.
A better performance should be easily gained by switching
Blas library.
if self._calc_info(blas):
C:\Users\andre\AppData\Local\Temp\pip-install-vqx3fgrn\numpy\numpy\distutils\system_info.py:1896: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
if self._calc_info(blas):
C:\Users\andre\AppData\Local\Temp\pip-install-vqx3fgrn\numpy\numpy\distutils\system_info.py:1896: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
if self._calc_info(blas):
C:\Users\andre\AppData\Local\Temp\pip-install-vqx3fgrn\numpy\numpy\distutils\system_info.py:1730: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return getattr(self, 'calc_info{}'.format(name))()
C:\Users\andre\AppData\Local\Temp\pip-install-vqx3fgrn\numpy\numpy\distutils\system_info.py:1730: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
return getattr(self, 'calc_info{}'.format(name))()
C:\Users\andre\AppData\Local\Programs\Python\Python38-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

----------------------------------------

Command "C:\Users\andre\Envs\espelho\Scripts\python.exe C:\Users\andre\Envs\espelho\lib\site-packages\pip-19.0.3-py3.8.egg\pip_vendor\pep517_in_process.py p
repare_metadata_for_build_wheel C:\Users\andre\AppData\Local\Temp\tmp1fd330zk" failed with error code 1 in C:\Users\andre\AppData\Local\Temp\pip-install-vqx3f
grn\numpy

Hello, i was this problem when i tried instaled the instapy-cli on virtualenv, someone can help me?

@duplicate-issues
Copy link

Hey @andrealansp,

We did a quick check and this issue looks very darn similar to

This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄

If not, the maintainers will get to this issue shortly.

Cheers,
Your Friendly Neighborhood ProBot

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

No branches or pull requests

1 participant