Installation problem (using pip in conda environment) #1791
-
Provide environment informationWhat OS are you using?Ubuntu 22.04.5 LTS Describe the BugAs I have never used which ends with: Then I try: but get the same result. Is there a solution to this error? Perhaps I need specific directions to install labelme in a conda environment? Expected Behaviorlabelme installed with no errors and running! To ReproduceNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
We officially support only installation via uv: https://labelme.io/docs/install-labelme-terminal, please use conda on your own risk |
Beta Was this translation helpful? Give feedback.
-
|
ok, I confirm no problems if following directions for the uv installation (https://labelme.io/docs/install-labelme-terminal) How could I install the current github version using uv? In other words, uv equivalent to (mentioned in https://github.com/wkentaro/labelme?tab=readme-ov-file#option-1-using-pip) |
Beta Was this translation helpful? Give feedback.
-
|
If I do so, I get 5.11.2.dev8+g34f3aa9a8, but if, after running this command, I just run Is this the expected/desired behavior? |
Beta Was this translation helpful? Give feedback.
We officially support only installation via uv: https://labelme.io/docs/install-labelme-terminal, please use conda on your own risk