-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
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
[INSTALL] Provide easier means of setup for Ubuntu 22.04 #2480
Comments
Can you try installing in an environment with python version 3.9 |
I did, thank you. I still think that a default container build would be very benifcial, though. As an example the setup of CVAT was very easy to do (docker pull, mount volume). |
@benjaminpkane Is there no other easier way to do this? It would be nice to have everything working just after |
Ubuntu 22.04 users should now be able to install FiftyOne as follows: pip install fiftyone
pip install fiftyone-db-ubuntu2204 # installs MongoDB 6 Note: manually installing |
Fixed in the forthcoming 0.22.3! 🚀
|
Instructions
System information
python --version
): Python 3.10.6fiftyone --version
): failes (pip install from 04.01.2023)Commands to reproduce
Describe the problem
With Ubuntu 22.04,
libssl1.1
is missing. This leads to an import error: #1803There is currently no easy way to install FiftyOne. I invested over 10 hours now and give up.
Things I tried:
Default Installation
wheel
didn't help.Alternative Linux builds
Followed the section about alternative builds, and executed
pip install fiftyone-db-ubuntu2004
.Same error.
Building a docker image
Finally went all the way to create a Docker image. Build was successfull and fiftyone can be used in the terminal.
But trying to start the FiftyOne UI on local host simple leads to a blank HTML page.
My humble request
.
The text was updated successfully, but these errors were encountered: