long2ice/meilisync

No matching distribution found for meilisync

drougojrom opened this issue · 2 comments

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.

Maybe the python version, try with docker is better

This is a python version problem. 3.9+ are the supported versions

From the pyproject.toml file: python = "^3.9"