OK. After I tried with several links … I solve that I think is the first part for my issue.
With this thread Error when running bench update (MacOS) - #18 by joshreeder I solved the initial issue.
First at all, I think or I’m sure that the problem is generating after the upgrade of MacOS to High Sierra.
Now I get another message when I tried bench update or bench retry-upgrade …
➜ frappe-bench bench update
INFO:bench.utils:updating bench
INFO:bench.utils:git pull
Already up-to-date.
INFO:bench.utils:./env/bin/pip install Pillow
Requirement already satisfied: Pillow in ./env/lib/python2.7/site-packages
Requirement already satisfied: olefile in ./env/lib/python2.7/site-packages (from Pillow)
INFO:bench.app:pulling frappe
INFO:bench.utils:git pull upstream master
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
- branch master → FETCH_HEAD
Already up-to-date.
INFO:bench.utils:find . -name “*.pyc” -delete
INFO:bench.app:pulling erpnext
INFO:bench.utils:git pull upstream master
From GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)- branch master → FETCH_HEAD
Already up-to-date.
INFO:bench.utils:find . -name “*.pyc” -delete
Updating Python libraries…
INFO:bench.utils:./env/bin/pip install --upgrade pip
Requirement already up-to-date: pip in ./env/lib/python2.7/site-packages
INFO:bench.utils:./env/bin/pip install -q -r /Users/anibal/PythonDev/bench-repo/requirements.txt
INFO:bench.utils:./env/bin/pip install -q -r ./apps/frappe/requirements.txt
INFO:bench.utils:./env/bin/pip install -q -r ./apps/erpnext/requirements.txt
INFO:bench.utils:./env/bin/pip install -q -r ./apps/library_management/requirements.txt
Updating node libraries…
INFO:bench.utils:npm install
npm WARN frappe@ No description
Backing up sites…
/Users/anibal/PythonDev/frappe-bench/env/bin/python: dlopen(/Users/anibal/PythonDev/frappe-bench/env/lib/python2.7/site-packages/_mysql.so, 2): Library not loaded: /usr/local/opt/mariadb/lib/libmysqlclient.18.dylib
Referenced from: /Users/anibal/PythonDev/frappe-bench/env/lib/python2.7/site-packages/_mysql.so
Reason: image not found
I search on the forums but I can’t find anything to help me.
Do I need to open another thread for this?
Thanks