-
Notifications
You must be signed in to change notification settings - Fork 572
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] Could not import 'fiftyone' in Ubuntu 22.04.1 LTS #2737
Comments
Hi the root cause is this error:
Here's another issue on the topic with recommended solutions for installing libcrypto: #1803 |
Hi brimoor, thank you for your reply, however unfortunately the issue you mentioned doesn't have the solution that works on ubuntu 22.04, Could you please provides some other suggestions? I might use fiftyone in a remote server machine in the future. |
What about this solution in the thread? #1803 (comment) This issue is not a FiftyOne issue per se, it's just a matter of getting MongoDB to work on Ubuntu 22.04. Another option is to install MongoDB yourself as mentioned elsewhere in that thread: #1803 (comment) |
Hi, this issue has been solved just now by running this two command wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb |
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 |
System information
python --version
): Python 3.10.6fiftyone --version
): '0.19.1'pip install fiftyone
Commands to reproduce
Describe the problem
My local system is linux ubuntu 22.04.1 LTS, I install fiftyone using
pip install fiftyone
, then enter command ipython3 into ipythonAnd then run this line
Then it has bug
Other info/logs
The text was updated successfully, but these errors were encountered: