-
Notifications
You must be signed in to change notification settings - Fork 19
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
Incompatible architecture (have 'arm64', need 'x86_64') #46
Comments
This is a pyxspec install problem, not a BXA issue. Please explain what you mean with "can run PyXspec without any problems"? Probably you have multiple python installs and the one heasoft is compatible with is a different one. when you use pyxspec, do
and also check which python is running. Try reinstalling heasoft, with the anaconda environment loaded, and pointing heasoft to the conda python path. |
Hi Dr. Buchner, UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
Your installed version is: 0 The xpec version is 12.13.0c. Could you please advise on how to resolve this issue? |
Try creating a new clean environment with something like |
Hi Johannes, Is there any method to overcome this issue? |
I can now only guess that you did:
You can also install everything at once, which should check for incompatibilities at the start:
Maybe try different python versions (3.9, 3.10, 3.11) too. |
Hi Johannes, Thank you for your assistance. Best regards, |
I don't know. You have to figure out what is conflicting with what. |
Description
I tried to install BXA using this guide.
What I Did
During initial tests the following error appeared:
I can run Xspec and PyXspec without any problems.
The text was updated successfully, but these errors were encountered: