Installing optional packages #14379
-
I'm attempting to set up a git repo as a remote data source. I noticed in the documentation that the required packaged for this, dulwich, is no longer included in 3.6> I'm having trouble understanding how to install and set up references to the package in question. Per the documentation: The boto3 and dulwich packages are no longer installed automatically. If needed for S3/git remote data backend support, add them to local_requirements.txt to ensure their installation. I've installed the packed via this documentation: https://www.dulwich.io/docs/ Yet my data source is still failing to sync. I do not know if there is a way to find some logs on the failure but obviously I'm doing something wrong. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Did you restart netbox services after the install? |
Beta Was this translation helpful? Give feedback.
-
You need to run the upgrade script again after adding the package to |
Beta Was this translation helpful? Give feedback.
You need to run the upgrade script again after adding the package to
requirements.txt
local_requirements.txt
. If it's still not working, verify thatdulwich
is actually getting installed in the NetBox virtual environment.