-
Notifications
You must be signed in to change notification settings - Fork 28
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
Velox(.emd) load gives error in HyperSpy 2 #333
Comments
To use Can you provide the full error message when loading the file? |
Please find below the error messages: In exspy installed environment: [error occurs at hs.load()]
pip list
In environment without exspy: [error occurs at get_lines_intensity()]
pip list
|
Based on the last part of the error message:
It seems that your python installation is broken. If you have issue with installation, the easiest is to use the hyperspy bundle installer, other methods will need better understanding of how python distribution works. |
Describe the bug
EDS Velox (.emd) file that can be loaded and processed using HyperSpy 1.7, gives errors with the same code in HyperSpy.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Python environement:
Additional context
When exspy is installed, error occurs at hs.load()
When exspy is not installed, error occurs at get_lines_intensity()
The text was updated successfully, but these errors were encountered: