lanl / trinidi

Time-of-flight Resonance Imaging with Neutrons for Isopope Density Inference
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

the setup error in install trinidi #9

Open tang-19960610 opened 1 week ago

tang-19960610 commented 1 week ago

Hi, this is a novel toolkit for neutron transmission analysis. I tried installing Trinidi on a Windows PC using Anaconda Navigator. However, when I attempted to install 'scico' via pip, I encountered the following error: 'Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully.' Could you please advise on how to resolve this issue? Also, does Trinidi support the Windows operating system? thanks. scico issue

bwohlberg commented 1 week ago

TRINIDI is only supported under Linux and OSX. While TRINIDI itself should work on any platform, some of its dependencies may be platform-specific. In particular, JAX is primarily supported under Linux and OSX, although there is some experimental support for Windows.

The error in the screenshot above indicates difficulties in compiling PyAbel. To resolve this specific problem, I suggest trying to install it using conda instead since there are win-64 packages on conda-forge.