long2ice / meilisync

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

ERROR: ModuleNotFoundError: No module named 'motor' #86

Closed wbsartori closed 7 months ago

wbsartori commented 7 months ago

I'm trying to test the synchronization between meilisearch and mysql, at first I followed the documentation with the installation without docker, and when trying to use it, it's giving me this error as if the import wasn't correct. Is this an error in my installation or could there really be a problem in this version?

image

wbsartori commented 7 months ago

Okay, I'm not the best person using Python so I checked and installed all the modules that were reporting errors and everything worked ok, you can close this issue,