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

ImportError: No module named 'pggan_utils' #7

Closed
c1a1o1 opened this issue Aug 16, 2018 · 2 comments
Closed

ImportError: No module named 'pggan_utils' #7

c1a1o1 opened this issue Aug 16, 2018 · 2 comments
Labels
question Further information is requested

Comments

@c1a1o1
Copy link

c1a1o1 commented Aug 16, 2018

E:\Users\Raytine\Anaconda3\python.exe F:/zhaiyao/TwinGAN-master/pggan_runner.py
Traceback (most recent call last):
File "F:/zhaiyao/TwinGAN-master/pggan_runner.py", line 39, in
import image_generation
File "F:\zhaiyao\TwinGAN-master\image_generation.py", line 40, in
from nets import pggan
File "F:\zhaiyao\TwinGAN-master\nets\pggan.py", line 19, in
from pggan_utils import pggan_utils
ImportError: No module named 'pggan_utils'

@jerryli27
Copy link
Owner

Your code does not seem to be the same as the master branch. I guess this issue is similar to #3 , especially the "PYTHONPATH" part.

@jerryli27
Copy link
Owner

Closing due to lack of activity. Please reopen if the issue persists.

@jerryli27 jerryli27 added question Further information is requested duplicate This issue or pull request already exists and removed duplicate This issue or pull request already exists labels Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants