Skip to content
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

Problem in making atari game environment in window 7 (missing MSVCP140D.dll system error) #65

Closed
Ali-Ai opened this issue Jul 18, 2019 · 3 comments

Comments

@Ali-Ai
Copy link

Ali-Ai commented Jul 18, 2019

I tested on Win 10 it was Okay. However, on Win 7 the error pops up.

@christopherhesse
Copy link
Contributor

Thanks for filing the issue! This was moved from openai/gym#1592

We don't officially support windows, but a PR that fixes this issue would be cool to see. Likely the DLL should be included in the Python wheel somehow.

@t1393988511
Copy link

Hi @Ali-Ai and @christopherhesse , the same problem happens to me.

Requiring msvcp140d.dll indicates that the compiled ale_c.dll is the debug version instead of the release version, which is not appropriate to be distributed to pypi.

Note that installing msvc++ redistributable won't help, as it only provides msvcp140.dll, not msvcp140d.dll. The only solution I guess is installing the full vs2017 that contains the vc++ sdk.

As I am not familiar with cmake, I also have no idea how the CMakeLists.txt should be modified to compile the release version instead of the debug version. Maybe this post will help.

Hope someone could fix it.

@JesseFarebro
Copy link
Contributor

Hi,

This should now be fixed when atari-py gets merged into the ALE. We now build using --config Release on deployment: https://github.com/mgbellemare/Arcade-Learning-Environment/pull/272/files#diff-2eeaed663bd0d25b7e608891384b7298R49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants