Closed fredo-3 closed 7 months ago
Unfortunately, ligo.skymap does not support Windows because it has dependencies on two packages (healpy and lalsuite) that do not support Windows.
If you need to use ligo.skymap on Windows, try Windows Subsystem for Linux or another Linux virtualization solution.
Hi, thank you for answering, I tried on a newly installed 22.04 Ubuntu Desktop, which has default Python 3.10.12, pip 22.0.2, glibc 2.31 and gcc 11.4.0, and library installation succeeded !
Hi,
I used Python 3.10.5 and pip 24.0 on Windows 10 to install ligo.skymap using "py -m pip install ligo.skymap" in a Windows command prompt.
Everything goes smoothly, until the installation reaches ligo.skymap-0.6.1. The error appears to be when it tries to install numpy 1.19.3, that may not support my version of Python.
Here is the error script (sorry for the length), could you help me resolve this ?