You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Hello, I have anaconda an VS2019 installed on my windows machine. Unfortunately I can not install hanabi-learning-environment, it gives the following reason
Building wheel for hanabi-learning-environment (PEP 517) ... |
..
..
Trying "Visual Studio 15 2017 Win64 v141" generator - failure
...
..
ERROR: Failed building wheel for hanabi-learning-environment
Failed to build hanabi-learning-environment
ERROR: Could not build wheels for hanabi-learning-environment which use PEP 517 and cannot be installed directly
Why is he doing so?
The text was updated successfully, but these errors were encountered:
I assume you are using windows. I was having this issue and I fixed it by installing the C++ package into my visual studio code 2019 and then installing Mingw-w64 and adding the bin folder of that installation (where the g++ .exe is) to my PATH environment. The steps can be found here https://code.visualstudio.com/docs/cpp/config-mingw
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I have anaconda an VS2019 installed on my windows machine. Unfortunately I can not install hanabi-learning-environment, it gives the following reason
Building wheel for hanabi-learning-environment (PEP 517) ... |
..
..
Trying "Visual Studio 15 2017 Win64 v141" generator - failure
...
..
ERROR: Failed building wheel for hanabi-learning-environment
Failed to build hanabi-learning-environment
ERROR: Could not build wheels for hanabi-learning-environment which use PEP 517 and cannot be installed directly
Why is he doing so?
The text was updated successfully, but these errors were encountered: