Unity-Technologies / com.unity.perception

Perception toolkit for sim2real training and validation in Unity
Other
910 stars 177 forks source link

Pysolotools-Fiftyone installation not working #544

Closed mshooter closed 1 year ago

mshooter commented 1 year ago

when following the installation process of pysolotools-fiftyone we are getting this error:

"ERROR: Could not find a version that satisfies the requirement pysolotools>=0.10.0 (from pysolotools-fiftyone) (from versions: 0.0.1, 0.3.16, 0.3.17) ERROR: No matching distribution found for pysolotools>=0.10.0"

#issue installing

StevenBorkman commented 1 year ago

Thanks for pointing this out to us. We are working on fixing this now, and I'll let you know when we have it fixed.

StevenBorkman commented 1 year ago

Hey @mshooter, I think I have fixed the issue, so please try again when you get a chance. You may have to tell it use a newer version explicitly when you pip install because pip will want to use a cached version if available.

pip install pysolotools-fiftyone==0.3.25

gespona commented 1 year ago

@mshooter Last week I faced the same issue and I was able to fix some inconsistency between pillow versions on the pysolotools-fiftyone repo . Just change requeriments.txt file to point the right version. Setup something like pillow~=9.3.0 worked for me

StevenBorkman commented 1 year ago

The latest release has the correct pillow version now

mshooter commented 1 year ago

It's working thanks!