Closed plutonic89 closed 6 months ago
During installation I used python3.10. I got an error
ERROR: Package 'lang-sam' requires a different Python: 3.11.5 not in '<3.11,>=3.8'
I changed the dependency in the environment.yml file. I used the following
instead of python3.8
pip install -U git+https://github.com/luca-medeiros/lang-segment-anything.git
I have python 3.7.9 and I got the error ERROR: Package 'lang-sam' requires a different Python: 3.7.9 not in '>=3.8,<3.11'
make sure your python is 3.8~3.10.
During installation I used python3.10. I got an error
ERROR: Package 'lang-sam' requires a different Python: 3.11.5 not in '<3.11,>=3.8'
I changed the dependency in the environment.yml file. I used the following
instead of python3.8
pip install -U git+https://github.com/luca-medeiros/lang-segment-anything.git