Open ansonyuu opened 11 months ago
I think this is a common occurrence with conda packages as many are made for specific architectures. ARM64 needs special handling in the conda package construction process. For paramak to work on ARM64 it would also need the dependencies to work on ARM64. Perhaps try using the conda+pip install instructions and see if the dependencies work on your architecture.
https://paramak.readthedocs.io/en/main/install.html#install-conda-pip
Hi there! Thanks for creating such a wonderful resource. Am running into some problems as I try to install
paramak
package viaconda
on alinux-aarch64
system. Despite the package being listed in the fusion-energy channel on Anaconda.org,conda
can'r find it for installation.Environment:
Operating System: Ubuntu Linux 22.04 Architecture: ARM64 (aarch64) Conda version: 23.10.00 Python version: 3.11.5
Steps to Reproduce: Run the command
conda install -c fusion-energy paramak
Encounter the error showing PackagesNotFoundErrorThe installation fails with the following error:
Would love some guidance on this! Thanks so much