pytorch-chatbot
pytorch-chatbot copied to clipboard
Error: can't read torch library in train.py
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
i then tried to install torch library, but I still couldn't solve the error.
now what should I do?
pip3 install torch