-
Notifications
You must be signed in to change notification settings - Fork 34
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
Installation on Apple Silicon (M1/M2) #113
Comments
This was a lifesaver for me – tried multiple ways always getting an error on the install line until a colleague pointed me to this. Thank you! |
spoke too soon. when i got into the program, trying to run a fit, plot a fit, or even trying to copy a result value returned this:
|
@sbillinge Please also include this to the 3.1.0 milestone! |
This should be fixed with the latest release. Move to full release and ask the OPs to test on the pre-release |
@ZryletTC please could you see if this bug is fixed in the latest version of the code? We have a pre-release version that we are testing. To install it, please use these instructions: Installation instructions (Windows, Linux, macOS non-arm64):
Instructions for Mac-OS arm64:
Thanks so much! |
Sorry, been a bit busy but I'll try it out this weekend! |
Thanks so much. |
Looks good to me! It installed and ran fine. Went through Lesson 1 of the tutorial without any issues. |
Thanks so much! Closing as fixed. |
Sorry if this is something that you're already aware of/have addressed but I had issues following the installation guidelines today due to being on an Apple Silicon machine and couldn't find anything about it being previously reported.
Instead of the instructions listed on your website:
I had to run
CONDA_SUBDIR=osx-64 conda create -n pdfgui2 python=3.9 diffpy.pdfgui -c conda-forge
I was hoping a note could be added to the website for future users with Apple Silicon chips, or better yet, the package could be built for osx-arm64.
The text was updated successfully, but these errors were encountered: