-
Notifications
You must be signed in to change notification settings - Fork 50
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
Boost.Python can not find python on windows if path contains spaces #729
Comments
I have the same issue with current boost 1.80.
or:
Result:
Note that:
That being said, there is definitely problem with spaces in the path. When I change the setting to ancient 8.3 compatibility format:
Then it runs correctly:
|
This issue was mentioned here, when building boost.python with numpy.
Everything is ok if python is installed in path without spaces, and it does not find system python (and thereafter numpy) if spaces are present in the path. So attached file can be applied as patch (mb it is not the best fix, but still works, please have a look).
I faced this issue on boost version 1.75.0
The text was updated successfully, but these errors were encountered: