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 'gpt_2_simple' #243

Open
dotjavafile opened this issue Dec 7, 2020 · 3 comments
Open

ModuleNotFoundError: No module named 'gpt_2_simple' #243

dotjavafile opened this issue Dec 7, 2020 · 3 comments

Comments

@dotjavafile
Copy link

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

@bjoernhommel
Copy link

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

@OptimusKoala
Copy link

OptimusKoala commented Aug 16, 2023

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.

@parth1241
Copy link

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

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

4 participants