Netbox didn't install all required libraries by itslef. #12123
-
NetBox versionv3.4.7 Python version3.11 Steps to ReproduceFollow the documentation. Expected BehaviorBy following the documentation it should have installed all python django libs by default when running the "upgrade.sh" script. Observed Behaviorsudo python3 manage.py createsuperuser And it wasn't the only one. I won't manually install not even a single more lib. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You need to run the commands from the virtual environment instead where the libraries are installed. This is documented as well |
Beta Was this translation helpful? Give feedback.
-
That's what I did, |
Beta Was this translation helpful? Give feedback.
-
NVM, running with sudo created the problem |
Beta Was this translation helpful? Give feedback.
NVM, running with sudo created the problem