-
Notifications
You must be signed in to change notification settings - Fork 795
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
Can't compile on Windows 10 #175
Comments
We'll need some more information to track this down:
|
I'm running into this issue now. I cloned this repo, changed directory to
|
@oconnor663 you're running into a different issue - #712 . Follow that thread for instructions how to resolve it. I plan to add a more friendly error message soon as #752 |
Woops thank you. |
🐛 Bug Reports
When reporting a bug, please provide the following information. If this is not a bug report you can just discard this template.
🌍 Environment
💥 Reproducing
Please provide a minimal working example. This means both the rust code and the python.
Compiling the example on PyO3 main doc page using
cargo +nightly build
I get a lengthy list of errors complaining about "unresolved external symbols". I'm not sure what environment variable is rquired on windows for PyO3 to finid python36.lib. I've tried adding the path to "PATH" variable.The text was updated successfully, but these errors were encountered: