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
when i tried to run train.py after activating virtual environment.
I got this error: (venv) PS M:\WorkSpace\GitHUB\pytorch-chatbot\myproject> python train.py
Traceback (most recent call last):
File "M:\WorkSpace\GitHUB\pytorch-chatbot\myproject\train.py", line 5, in
import torch
ModuleNotFoundError: No module named 'torch'
i then tried to install torch library, but I still couldn't solve the error.
now what should I do?
The text was updated successfully, but these errors were encountered:
zahidpichen
changed the title
Error: can
Error: can't read numpy library in train.py
Dec 15, 2023
zahidpichen
changed the title
Error: can't read numpy library in train.py
Error: can't read torch library in train.py
Dec 15, 2023
when i tried to run train.py after activating virtual environment.
I got this error: (venv) PS M:\WorkSpace\GitHUB\pytorch-chatbot\myproject> python train.py
Traceback (most recent call last):
File "M:\WorkSpace\GitHUB\pytorch-chatbot\myproject\train.py", line 5, in
import torch
ModuleNotFoundError: No module named 'torch'
i then tried to install torch library, but I still couldn't solve the error.
now what should I do?
The text was updated successfully, but these errors were encountered: