gpt-2-simple icon indicating copy to clipboard operation
gpt-2-simple copied to clipboard

ModuleNotFoundError: No module named 'gpt_2_simple'

Open dotjavafile opened this issue 4 years ago • 3 comments

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

dotjavafile avatar Dec 07 '20 21:12 dotjavafile

pip3 install or try force target install dir python -m pip install edlib --target PATH

bjoernhommel avatar Dec 15 '20 08:12 bjoernhommel

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.

OptimusKoala avatar Aug 16 '23 13:08 OptimusKoala

Can you please tell the error, m running in the same issue.

parth1241 avatar Dec 08 '23 14:12 parth1241