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

Running matrix_registration throws ImportError #14

Closed
pixel1138 opened this issue Nov 24, 2019 · 0 comments · Fixed by #26
Closed

Running matrix_registration throws ImportError #14

pixel1138 opened this issue Nov 24, 2019 · 0 comments · Fixed by #26
Labels
bug Something isn't working

Comments

@pixel1138
Copy link

Describe the bug
When running matrix_registration without using python -m an ImportError is thrown:

Traceback (most recent call last):
  File "/opt/venvs/matrix-registration/bin/matrix_registration", line 7, in <module>
    from matrix_registration.__main__ import main
ImportError: cannot import name 'main'

System:

  • OS: Ubuntu 18.04
  • python version: 3.6
  • matrix registration version latest
@pixel1138 pixel1138 added the bug Something isn't working label Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant