Closed ethanwharris closed 1 year ago
Thanks @ethanwharris. I can reproduce. Looking into it
apt install -y libcurl4
work for me.
This is no longer an issue as of fiftyone==0.18
.
I'm still facing the issue when running CodeProject AI Server 2.5.4
13:41:49:TrainingObjectDetectionYOLOv5.py: Subprocess ['/app/modules/TrainingObjectDetectionYOLOv5/bin/linux/python38/venv/lib/python3.8/site-packages/fiftyone/db/bin/mongod', '--dbpath', '/app/modules/TrainingObjectDetectionYOLOv5/fiftyone', '--logpath', '/app/modules/TrainingObjectDetectionYOLOv5/fiftyone/log/mongo.log', '--port', '0', '--nounixsocket'] exited with error -4:
13:42:43:TrainingObjectDetectionYOLOv5.py: Unable to import and initialise the fiftyone.zoo package: fiftyone.core.service.DatabaseService failed to bind to port
Hi @titiviking. If you open a new issue with reproduction steps we can try to help. Failing to bind to port usually means an OS or network issue, e.g. /etc/hosts
missing 127.0.0.1 localhost
. Alternatively, you can connect to your own MongoDB databaset to avoid the issue.
System information
fiftyone --version
): 0.14.0Commands to reproduce
As thoroughly as possible, please provide the Python and/or shell commands used to encounter the issue. Application steps can be described in the next section.
Describe the problem
Installing pytorch lightning alongside fiftyone in a colab notebook causes fiftyone to break on import with the error:
This is working fine on my local environment