Closed batonac closed 2 years ago
@batonac Downgrade your python version. Frappe V13 should be running against 3.8 and no other major version. Reference: https://discuss.erpnext.com/t/dropping-python-3-7-support-for-next-version-of-frappe-erpnext/84803/4
That's so interesting, this is simply running in the default frappe_docker container... https://github.com/frappe/frappe_docker/tree/main/development
The default docker container is going to be set for the latest development branch, which is V14 beta, but will soon be V15. This application only supports V13. We can't support V14 before its finalized.
I see... well, they only publish one version of the frappe/bench container, so apparently I need to find a different solution for local dev... Thanks
I believe version is available as command line argument in the docker compose command, but I don't use it so I'm not a great source of information on this.
True, but it's still pulling a Debian Bullseye container, hence the dead-end here. I just set it up in a Ubuntu 20.04 VPS instead. Thanks
Runing Python 3.9 on Debian Bullseye and seeing this error after installing all the dependencies and trying to run
bench install-app shipstation_integration
: