spacetelescope / astrocut

Tools for making image cutouts from sets of TESS full frame images
https://astrocut.readthedocs.io
25 stars 12 forks source link

Need to import requests #125

Open camipacifici opened 2 months ago

camipacifici commented 2 months ago

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!

scfleming commented 2 months ago

Maybe need to add this under the setup.cfg file as an "install requires" @snbianco ?

snbianco commented 2 months ago

Yep, I will make that change. TIL that requests is not part of the standard library!