Pyraf can be installed on Windows but not FCNTL and Termios #425
LudmilaSchnei
started this conversation in
General
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
PyRAF requires IRAF to work, and IRAF is not available under native Windows. You can, however, install IRAF (and PyRAF) under the "Windows subsystem for Linux" (WSL). The simplest way there would be to install a Debian or Ubuntu distribution under WSL, and then install the required packages from the distribution (iraf and python3-pyraf, maybe other IRAF packages like iraf-st4gem or iraf-fitsutil, depending on your needs). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I successfully installed pyraf on my windows via pip.
Unfortunately to work pyraf needs other modules like fcntl and termios, which are both not available for windows.
There might be more modules like this that are needed but that cannot be installed on a windows system.
Do you know of a solution to make pyraf run on windows?
Beta Was this translation helpful? Give feedback.
All reactions