LaurenzReitsam commented on issue #23982:
URL: https://github.com/apache/beam/issues/23982#issuecomment-1341346390

   @AnandInguva you are right `pip-compile --resolver backtracking` works for 
me on **Linux + Python3.9**.
   Just tried this on **Windows + Python3.10** until now what resulted in 
several errors...
   
   ```
   ...
   numpy_linalg_lapack_lite:
     FOUND:
      language = c
     define_macros = [('HAVE_BLAS_ILP64', None), ('BLAS_SYMBOL_SUFFIX', '64_')]
   
   
C:\Users\laurenz.reitsam\.pyenv\pyenv-win\versions\3.10.4\lib\distutils\dist.py:274:
 UserWarning: Unknown distribution option: 'define_macros'
    warnings.warn(msg)
   running dist_info
   running build_src
   build_src
   building py_modules sources
   creating build
   creating build\src.win-amd64-3.10
   creating build\src.win-amd64-3.10\numpy
   creating build\src.win-amd64-3.10\numpy\distutils
   building library "npymath" sources
   error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for 
Visual Studio": https://visualstudio.microsoft.com/downloads/
   ...
   ```
   
   Concerning poetry I had the issue in both environments.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to