-
Notifications
You must be signed in to change notification settings - Fork 519
Problem with using with Python for Windows. Please adapt compiler options… #120
Comments
@ytrezq Did you figure it out? |
@Elyx0 no and that s why I opened an issue instead of a pull request. |
I'm running into a similar issue except I can't even get to the build stages. I'm running a fairly recently Windows 10 64 bit with Python 3.9.2 and updated pip. `Building wheels for collected packages: pyethash
|
As you know, pip3 is now supported and installed along the Python .msi installer.
The only compiler which can be used with the pip version installed with Python for Windows is the official ones from Visual Studio (because this the compiler used to compile Python for Windows and because of differences with other Systems compilers should be the same as the one used to build Python).
As result :
Which is normal since
‑std=gnu99
is a ɢɴᴜ gcc’s compiler option…The text was updated successfully, but these errors were encountered: