meilisync icon indicating copy to clipboard operation
meilisync copied to clipboard

No matching distribution found for meilisync

Open drougojrom opened this issue 2 years ago • 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.

drougojrom avatar Apr 13 '23 12:04 drougojrom

Maybe the python version, try with docker is better

long2ice avatar Apr 13 '23 12:04 long2ice

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

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

sanders41 avatar Apr 26 '23 15:04 sanders41