-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reduce mono dep #85
Reduce mono dep #85
Conversation
Good point. Microsoft is not going to support mono anymore, we shall switch into dotnet core in the future. However, it seems that RawFileReader assembles do not support apple silicon. |
See #80 |
@@ -67,13 +67,15 @@ requires you to add the ppa to your trusted sources! | |||
5. Install pythonnet: `pip install pythonnet`. | |||
|
|||
|
|||
NOTE, Homebrew installs the most recent version of mono, which may give rise to the following error on the M1 platform (which is due to an incompatible architecture for the files in the mono library): | |||
NOTE, Homebrew installs the most recent version of mono, which may give rise to the following error on the silicon platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The lastest RawFileReader (https://github.com/thermofisherlsms/RawFileReader/tree/main/Libs/NetCore/Net8) seems not support silicon platform.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you try or do you have other resources? Should we create an issue at Thermo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have reported this by email. @GeorgWa did they reply with a solution?
reduce the dependency on dotnet features, basically a better version of https://github.com/MannLabs/alpharaw/tree/tmp_hackathon