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

compatibility with Python > 3.7 #4

Open
lpirl opened this issue Nov 16, 2021 · 1 comment
Open

compatibility with Python > 3.7 #4

lpirl opened this issue Nov 16, 2021 · 1 comment

Comments

@lpirl
Copy link
Contributor

lpirl commented Nov 16, 2021

On Python 3.9, I see

from ns import network
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'network' from 'ns' (/home/user/.local/lib/python3.9/site-packages/ns/__init__.py)

Python 3.7 is not yet available anymore on recent Ubuntu and Debian, so we should to take care soon.

@lpirl
Copy link
Contributor Author

lpirl commented Nov 16, 2021

Despite #7 being closed, error persists. Cause to be found…

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