No matching version for chromadb
ERROR: Could not find a version that satisfies the requirement pulsar-client>=3.1.0 (from chromadb->-r requirements.txt (line 18)) (from versions: 2.5.1, 2.5.2, 2.6.0, 2.6.1, 2.6.3, 2.7.0, 2.7.1, 2.7.2, 2.7.2.post0, 2.7.3, 2.8.0, 2.8.0.post0) ERROR: No matching distribution found for pulsar-client>=3.1.0 (from chromadb->-r requirements.txt (line 18))
Incompatible CPU detected for M2 mac..
Anyone else?
@tzenmatt that sounds like a separate issue. We have several people running on apple silicon, so it'd be good to see the logs/errors you're seeing. Can you open a separate issue?
@gprethesh this sounds like a python environment issue. Can you try using virtualenv or similar to isolate your environment?
@gprethesh this sounds like a python environment issue. Can you try using virtualenv or similar to isolate your environment?
I'm running it on venv not directly into the root system.
Strange. There is definitely a 3.1: https://pypi.org/project/pulsar-client/#history
If you're able to give exact repro steps (including venv, python, and pip versions) that might help
@gprethesh can you try the latest install using Pipenv?
Closing this since we can't repro. But if you have any more info I'm happy to help debug