Module import failed for TaxJar Settings

Hello everyone,
I’m trying a manual installation of ERPNext on my machine, but cannot complete it TaxJar Settings module is failing to import.

Any ideas how to fix that?

Thank you upfront for your help.

$  bench get-app erpnext   
$  bench --site admin.test install-app erpnext
    Installing erpnext...
    Updating DocTypes for erpnext       : [===================================     ] 88%`An error occurred while installing erpnext: Module import failed for TaxJar Settings (erpnext.erpnext_integrations.doctype.taxjar_settings.taxjar_settings Error: /home/martin/dev/ormi.cloud/env/lib/python3.10/site-packages/jsonobject/base.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send)`

I was finally able to debug and to fix this:

The problem was Python 3.10 running on my Arch system, which obviously is not compatible with some modules.

The solution: I installed pyenv and set Python 3.9.10 as my global version. After that, I was able to install and to run ERPNext.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.