No matching distribution found for meilisync
drougojrom opened this issue · 2 comments
drougojrom commented
Hey!
Was trying to use your tool, but pip command doesn't really work for me.
Collecting meilisync
Could not find a version that satisfies the requirement meilisync (from versions: )
No matching distribution found for meilisync
python3 -V
Python 3.6.9
python -V
Python 2.7.17
Was trying to install pip for both of them and used on both of them. Other packages do install though.
long2ice commented
Maybe the python version, try with docker is better
sanders41 commented
This is a python version problem. 3.9+ are the supported versions
From the pyproject.toml
file: python = "^3.9"