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

Python 3.7 support #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Python 3.7 support #1

wants to merge 3 commits into from

Conversation

martyrsmith
Copy link

Running in Python 3.7 results in a "ModuleNotFoundError" error.

Traceback (most recent call last):
  File "python/observium/observium_login.py", line 2, in <module>
    from NsoneObservium.NsoneObservium import NsoneObservium
  File "/venv/lib/python3.7/site-packages/NsoneObservium/__init__.py", line 1, in <module>
    from _version import __version__
ModuleNotFoundError: No module named '_version'

Error discussed here: https://stackoverflow.com/questions/39130957/importerror-no-module-named-version-when-importing-mechanize

Tested backwards compatibility with Python2.7

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

Successfully merging this pull request may close these issues.

1 participant