OS: 64-bit Windows 10.0.19045 Build 19045
Python: Python 3.10.11 [MSC v.1929 64 bit (AMD64)] on win32
Compiler: MSVC 14.38
I'm attempting to build bitshuffle from source on Windows 10. The full output from executing python setup.py install in the Developer Command Prompt for VS 2022 is in the attached log.txt, but I believe the relevant section to be:
From some searching, this appears to be an issue with the compiler not being able to locate the python library at linking time. I've added the path to my python installations libs directory to the LIBPATH system environment variable, and added the path to python's include directory to the INCLUDE environment variable, but the issue persists. I've checked from the command prompt that the paths in these system environment variables are appended to the environment variables set up by the developer command prompt, so I'm not sure why the library isn't found during linking.
OS: 64-bit Windows 10.0.19045 Build 19045 Python: Python 3.10.11 [MSC v.1929 64 bit (AMD64)] on win32 Compiler: MSVC 14.38
I'm attempting to build bitshuffle from source on Windows 10. The full output from executing
python setup.py install
in the Developer Command Prompt for VS 2022 is in the attachedlog.txt
, but I believe the relevant section to be:From some searching, this appears to be an issue with the compiler not being able to locate the python library at linking time. I've added the path to my python installations
libs
directory to theLIBPATH
system environment variable, and added the path to python'sinclude
directory to theINCLUDE
environment variable, but the issue persists. I've checked from the command prompt that the paths in these system environment variables are appended to the environment variables set up by the developer command prompt, so I'm not sure why the library isn't found during linking.log.txt