AllskyTeam / allsky

A Raspberry Pi operated Wireless Allsky Camera
MIT License
1.12k stars 174 forks source link

[ERROR] Fresh install. Python Dependencies [photutils] #3611

Closed mrgrosser closed 1 month ago

mrgrosser commented 2 months ago

*** ERROR:


Python_dependencies [photutils] failed


CabinHal commented 2 months ago

I have just encountered this identical error.

drakula1981 commented 2 months ago

Sadly, I have exactly the same problem with a brand new install

morrowwm commented 2 months ago

Same error on a fresh install of allsky on top of a brand new debian 12.5 on a 1GB RAM Raspberry Pi 3.

I ventured over to https://photutils.readthedocs.io/en/stable/install.html to try building photutils from source. But that also failed trying to build rasterio.

I'll keep poking at it.

mrgrosser commented 2 months ago

Not ideal, but I was able to install by making sure pip was installed, then did 'pip install photutils'. Once that was done, I re-ran the installer and it went through ok. Definitely not a solution though.

morrowwm commented 2 months ago

Not ideal, but I was able to install by making sure pip was installed, then did 'pip install photutils'. Once that was done, I re-ran the installer and it went through ok. Definitely not a solution though.

Did you do that inside the allsky venv?

mrgrosser commented 2 months ago

Not ideal, but I was able to install by making sure pip was installed, then did 'pip install photutils'. Once that was done, I re-ran the installer and it went through ok. Definitely not a solution though.

Did you do that inside the allsky venv?

I SSH'd onto the Raspberry Pi. Did 'sudo apt install pip' and then the pip command to install photutils.

Alex-developer commented 2 months ago

Can you please try the installation now. I have removed the requirement for photutils as its not actually used,

morrowwm commented 1 month ago

Can you please try the installation now. I have removed the requirement for photutils as its not actually used,

Yesterday, I removed it from requirements.txt myself and the installation succeeded. I hope to be doing another installation later this week, so will try from bare silicon then.

CabinHal commented 1 month ago

I did complete the installation this afternoon without any problem. Thanks so very much for your prompt action. What a great service you do for the community.

Hal McAlister


From: morrowwm @.> Sent: Monday, May 13, 2024 4:56 PM To: AllskyTeam/allsky @.> Cc: Harold Alister Mcalister @.>; Comment @.> Subject: Re: [AllskyTeam/allsky] [ERROR] Fresh install. Python Dependencies [photutils] (Issue #3611)

Can you please try the installation now. I have removed the requirement for photutils as its not actually used,

Yesterday, I removed it from requirements.txt myself and the installation succeeded. I hope to be doing another installation later this week, so will try from bare silicon then.

— Reply to this email directly, view it on GitHubhttps://github.com/AllskyTeam/allsky/issues/3611#issuecomment-2108785609, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A4CM5Z7UF5HPZYURDK2S72DZCESIJAVCNFSM6AAAAABHO22CISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBYG44DKNRQHE. You are receiving this because you commented.Message ID: @.***>

CAUTION: This email was sent from someone outside of the university. Do not click links or open attachments unless you recognize the sender and know the content is safe.

EricClaeys commented 1 month ago

Closing - issue resolved in current release and next release.