We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fiftyone 0.25.2 fiftyone-brain 0.17.0 umap-learn 0.5.6
The text was updated successfully, but these errors were encountered:
Seems like a umap-learn installation issue on your machine.
umap-learn
$ pip show umap-learn Name: umap-learn Version: 0.5.6 Summary: Uniform Manifold Approximation and Projection Home-page: http://github.com/lmcinnes/umap Author: Author-email: License: BSD Location: /Users/Brian/dev/env/fo/lib/python3.9/site-packages Requires: numba, numpy, pynndescent, scikit-learn, scipy, tqdm Required-by:
from umap import UMAP # success
This works for me as well:
import fiftyone as fo import fiftyone.brain as fob import fiftyone.zoo as foz dataset = foz.load_zoo_dataset("quickstart") fob.compute_visualization(dataset, brain_key="img_viz")
Sorry, something went wrong.
thanks, is there another way to install umap-learn rather than pip? I tried a different version (0.5.2) as well and it still have the same issue
No branches or pull requests
fiftyone 0.25.2
fiftyone-brain 0.17.0
umap-learn 0.5.6
The text was updated successfully, but these errors were encountered: