gpt-2-simple
gpt-2-simple copied to clipboard
ModuleNotFoundError: No module named 'gpt_2_simple'
It works in colab but while trying to make it in a conda virtual env in windows 10 machine I am getting this error.
Traceback (most recent call last): File ".../test.py", line 1, in <module> import gpt_2_simple ModuleNotFoundError: No module named 'gpt_2_simple'
Python == 3.6 tensorflow-gpu == 1.15
gpt-2-simple is installed using pip and show up in pip freeze. But can't find the module while trying to work with it.
pip install gpt-2-simple
pip3 install
or
try force target install dir
python -m pip install edlib --target PATH
I'm having the same issue and gpt_2_simple is installed. I don't get it.
EDIT: The issue was my falt, my bad.
Can you please tell the error, m running in the same issue.