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

import from nyanMigen is not working #186

Open
annngineer opened this issue May 28, 2021 · 0 comments
Open

import from nyanMigen is not working #186

annngineer opened this issue May 28, 2021 · 0 comments
Assignees

Comments

@annngineer
Copy link
Contributor

annngineer commented May 28, 2021

Issue was tested on Debian 10.

What was done:

  1. git clone <github path to nyanMigen>
  2. cd <dir with cloned nyanMigen>
  3. pip3 install .
  4. cd <some another dir not related to nyanMigen>
  5. pyhon 3
  6. in python3 interpriter try: from nyanMigen import nyanify.

Last step gives following output:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'nyanMigen'

So the problem is that import from nyanMigen fails.

@annngineer annngineer self-assigned this May 28, 2021
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