Benjamin Kane
Benjamin Kane
Hi @AlanBlanchet. I'm not sure we will be able to reproduce the issue you are seeing without a full script. Part of the issue may be you are reusing (and...
This may be a caching issue. Running the `reload_dataset` operator may resolve the issue when encountered https://github.com/voxel51/fiftyone/assets/19821840/0aa3a63d-f046-4eea-b038-ec3719fb6f21
> I confirm that reloading the dataset doesn't help. For PCA which works I'm also not able to colorby the ground_truth label. Don't know if it's a distinct bug or...
Hi @radu-diaconescu13! Thanks for the issue. I'm testing on Ubuntu 16.04 now. We haven't been doing our due diligence with testing 16.04, sorry about that.
@radu-diaconescu13 I was able to resolve the issue I believe. Be sure you have `libcurl3` installed. ``` sudo apt install libcurl3 ``` And we need to update the troubleshooting page,...
Right, let' see. Does the following run successfully for you? ``` /home/mars/anaconda3/envs/fifty/lib/python3.7/site-packages/fiftyone/db/bin/mongod --version ``` And do you have `localhost` configured in your `/etc/hosts` file? ``` 127.0.0.1 localhost ```
This is helpful. I will try VSCode and get back to you. Thanks!
I was able to reproduce. Will resolve ASAP.
@fcakyon Can you share more details about your environment? Remote/local, `fiftyone` version. I'm now having trouble reproducing. My concern is that this will require some core changes to our services,...
I'll mark this as high priority and dig into things.