quatrope / ProperImage

Proper Image utils for astronomy.
BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

Loading Subtraction Module Issue #71

Closed jmdc112596 closed 3 years ago

jmdc112596 commented 3 years ago

Hi! I downloaded ProperImage via pip, and it was successful. I can import properimage and properimage.single_image just fine, but when I try to import subtract from properimage.operations, it says the properimage.operations module doesn't exist. Any idea why this would happen? Thanks for your help! - John

BrunoSanchez commented 3 years ago

Hi! This sounds like the pip release is not exactly identical to the github most recent master branch. I suppose that this might have happened because we need to update our CI service, probably by setting up github actions or similar.

Will get to this issue in the next days (hopefully sooner)

martinberoiz commented 3 years ago

can you print properimage.__version__? It would be good to know if any specific version has problems.

jmdc112596 commented 3 years ago

It says I'm running on version 0.7

BrunoSanchez commented 3 years ago

I have found that that version is the latest available in pypi. Aparently, this was an unstable release, and we never noticed it. I am publishing a new release tonight. After that I will let you know, so you can try re-installing and running the code.

BrunoSanchez commented 3 years ago

@jmdc112596 Please try to run the installation from pip, you would probably need to use the -U flag (or --upgrade). Check that version is 0.7.1

jmdc112596 commented 3 years ago

It imported! Thanks so much for the fix! I'll let you know if I find anything else or have any more issues. Thanks again! - John

BrunoSanchez commented 3 years ago

Issue was resolved by fixing an unstable release.