-
Notifications
You must be signed in to change notification settings - Fork 817
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
Windows Install #188
Comments
I have the same problem! |
Yes, you should change the path in environmental settings on windows. The
same as in the GitHub instructions, but in the windows envriomnetal
settings.
…On Sun, Apr 18, 2021 at 11:11 PM asuleyman ***@***.***> wrote:
I have the same problem!
did you managed to figure it out ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#188 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTIJ5P57BWXEDXRBDUU5WLTJONMLANCNFSM4Z5CTJQQ>
.
|
Thank you. It took me a while to set up the environment. |
i got the same error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been trying to get the demo working on my windows machine, and have not been able to figure out the commands to get a successful install. I get all the way to executing the code and right when I get to executing the demo I get this error:
File "../../tools/demo.py", line 7, in from tools.test import * ModuleNotFoundError: No module named 'tools'
Any clue how to fix this on a windows machine? I think it has to do with the export commands I have been doing wrong on windows. I have been using the set command and still nothing. Any clue why?
Thanks for the help!
The text was updated successfully, but these errors were encountered: