Erin Sheldon
Erin Sheldon
Here is the github issues page for cfitsio: https://github.com/HEASARC/cfitsio/issues
Not a good sign. Doesn't know about the build system and it is trying to use unix style paths with `/` instead of `\` ``` checking build system type... x86_64-pc-mingw64...
https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/README.win
I don't understand why its trying to install numpy here, its already installed ``` Installing backend dependencies: started Installing backend dependencies: still running... Installing backend dependencies: finished with status 'error'...
Here's a clue. It is ignoring the existing numpy install because it wants to build everything from scratch ``` WARNING: Implying --no-binary=:all: due to the presence of --build-option / --global-option....
I don't have a windows machine for testing, maybe another user or contributor could take a look
I'm trying to get things working on windows, but its slow going as I have to debug using the continious integration. See here #405 If you have any pointers on...
Any ideas why it seems to compile in the github `windows` environment, the one used for CI tests, but not in your setup?

Example in the amplifier image with detector effects 