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 'ezpznet' in Ubuntu 20.04 - tried with multiple version of Python #1

Closed
rohan-paul opened this issue Nov 25, 2021 · 1 comment

Comments

@rohan-paul
Copy link

rohan-paul commented Nov 25, 2021

First of all, Thanks for the great Repo.

I installed with the command pip install git+https://github.com/ariaghora/ezpznet and got it successfully installed with Terminal showing below.

Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/ariaghora/ezpznet
  Cloning https://github.com/ariaghora/ezpznet to /tmp/pip-req-build-hpfal09h
  Running command git clone -q https://github.com/ariaghora/ezpznet /tmp/pip-req-build-hpfal09h
  Resolved https://github.com/ariaghora/ezpznet to commit 2ff8f383aa62a35b72bb9a975463f3c3166a93d8
Building wheels for collected packages: ezpznet
  Building wheel for ezpznet (setup.py) ... done
  Created wheel for ezpznet: filename=ezpznet-0.1.0-py3-none-any.whl size=7543 sha256=465fba486aa5cb19b884c2654fb353ed7b7d1f3e915b64ff6f9dfee9061d2c61
  Stored in directory: /tmp/pip-ephem-wheel-cache-jnrmzirb/wheels/48/64/6a/2abdbd8eb2ed4dd90014a211173db27122a8e5a6d1af6314aa
Successfully built ezpznet
Installing collected packages: ezpznet
Successfully installed ezpznet-0.1.0

And after that when I ran the code for 'SketchGAN' just as given in the README.md file then got the error

ModuleNotFoundError: No module named 'ezpznet'

@rohan-paul
Copy link
Author

Never mind, the problem was on my side, after clearing cache and re-installing ezpznet - everything worked fine. Closing the 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

1 participant