adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

ModuleNotFoundError: No module named 'click' #823

Closed midnight33233 closed 1 year ago

midnight33233 commented 1 year ago

Description When trying to run the latest build of user-sync I get the following error

File "user_sync/app.py", line 28, in ModuleNotFoundError: No module named 'click' [1163] Failed to execute script 'app' due to unhandled exception!

Steps to reproduce extract the latest user-sync file to user_sync_tool directory and try to run it. This has happened with all 2.9.0 builds including pre-builds. The last version that i have working is 2.7.6

Environment

adorton-adobe commented 1 year ago

Which build of the tool are you running exactly? The jammy build should work on 22.04 with no issues.

adorton-adobe commented 1 year ago

Should be resolved now.

https://github.com/adobe-apiplatform/user-sync.py/releases/tag/v2.9.1

Let me know if you have other issues.