WD-planets / AstroToolkit

AstroToolkit Package
Other
2 stars 0 forks source link

pip installation error #12

Open BGaensicke opened 2 months ago

BGaensicke commented 2 months ago

I got the following error message when installing the AstroToolkit v1.5.4. Things seem to work so far, but I'm not sure whether this will cause problems sometime later.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gensim 4.3.0 requires FuzzyTM>=0.4.0, which is not installed.
panel 1.3.8 requires bokeh<3.4.0,>=3.2.0, but you have bokeh 3.4.1 which is incompatible.
EthanJMoorfield commented 2 months ago

I'm not sure why those packages would be in the installation, was the toolkit installed in an empty environment?

BGaensicke commented 2 months ago

I'm not sure why those packages would be in the installation, was the toolkit installed in an empty environment?

Yes.

— Reply to this email directly, view it on GitHub https://github.com/WD-planets/AstroToolkit/issues/12#issuecomment-2283891300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEATE6JZ5TVM7LZUZSIOS5LZRCVDRAVCNFSM6AAAAABMLROMU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBTHA4TCMZQGA . You are receiving this because you authored the thread.Message ID: @.***>

EthanJMoorfield commented 2 months ago

I've just tried installing it in a fresh venv and I didn't get the error message so that is strange, I don't think it should make any difference though as those packages would never be used either way.