You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed umap using conda. The environment already had the latest version of numpy (2.2.3) but upon installation of umap, numpy was downgraded (2.1.3). Unfortunately, when I tried to import umap, I got an Attribute error due to use of np.infty, which was deprecated already some time ago in numpy 2.0. Is umap not compatible with newer version of numpy? Is there any workaround this? Is the only way possible to use a second environment just for umap? Does anyone has experience on this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I successfully installed
umap
using conda. The environment already had the latest version of numpy (2.2.3) but upon installation of umap, numpy was downgraded (2.1.3). Unfortunately, when I tried to import umap, I got an Attribute error due to use ofnp.infty
, which was deprecated already some time ago in numpy 2.0. Is umap not compatible with newer version of numpy? Is there any workaround this? Is the only way possible to use a second environment just for umap? Does anyone has experience on this?Best,
Freddy
Here my import statements:
and the output:
Beta Was this translation helpful? Give feedback.
All reactions