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

ModuleNotFoundError: No module named 'torch' #37

Closed
cahitatlas opened this issue Apr 25, 2020 · 3 comments
Closed

ModuleNotFoundError: No module named 'torch' #37

cahitatlas opened this issue Apr 25, 2020 · 3 comments

Comments

@cahitatlas
Copy link

I use macOS Catalina, i can run project on pycharm but when i try to run on terminal i get that result:
I followed all steps again again. I didn't get any error, but can't start on terminal.

image

@LemonATsu
Copy link
Collaborator

Seems like you are not in the correct env/virtualenv when you are running the python scripts.

@cahitatlas
Copy link
Author

Thanks @LemonATsu .
I changed Env with use "export PATH=~/anaconda3/bin:$PATH" on terminal.

@LemonATsu
Copy link
Collaborator

@cahitatlas You need to activate your virtualenv using conda activate <your_env_name>. Please refer to the Prerequisites for instruction about setting up your environment(s). Thanks

This issue was closed.
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

2 participants