long2ice / meilisync

Realtime sync data from MySQL/PostgreSQL/MongoDB to Meilisearch
https://github.com/long2ice/meilisync
Apache License 2.0
250 stars 37 forks source link

No matching distribution found for meilisync #5

Open drougojrom opened 1 year ago

drougojrom commented 1 year ago

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 1 year ago

Maybe the python version, try with docker is better

sanders41 commented 1 year ago

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

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