Hi Folks,
I am installing astrocut using pip in a fresh conda environment with python=3.11. The version it is pulling is 0.11.1.
When I run
from astrocut import fits_cut
it complains that it does not find the package requests.
If I manually install the requests package, everything works.
I did not have this problem until a month or so ago. Am I missing something? Should requests be pulled automatically? Or is this by design? I am not finding any relevant info in the docs, sorry.
Thank you for any explanation!
Hi Folks, I am installing astrocut using pip in a fresh conda environment with python=3.11. The version it is pulling is 0.11.1. When I run
from astrocut import fits_cut
it complains that it does not find the packagerequests
. If I manually install therequests
package, everything works. I did not have this problem until a month or so ago. Am I missing something? Shouldrequests
be pulled automatically? Or is this by design? I am not finding any relevant info in the docs, sorry. Thank you for any explanation!