Closed reduzent closed 8 months ago
Self-hosted
v3.7.2
3.11
The job should complete without errors.
It used to work with older versions of netbox. However, I don't know which is the last version that still worked.
The job fails with the following error:
SyncError("There was an error initializing the backend. A dependency needs to be installed: No module named 'dulwich'")
The issue can be worked-around by entering the venv and installing the module 'dulwich' manually with:
pip install dulwich
dulwich is no longer installed by default. Please see the v3.6 release notes.
dulwich
Ah, i see. Thanks for the heads-up and sorry for the noise.
Deployment Type
Self-hosted
NetBox Version
v3.7.2
Python Version
3.11
Steps to Reproduce
Expected Behavior
The job should complete without errors.
It used to work with older versions of netbox. However, I don't know which is the last version that still worked.
Observed Behavior
The job fails with the following error:
The issue can be worked-around by entering the venv and installing the module 'dulwich' manually with: