-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing floorplan_plugin #48
Comments
You forgot this part of the install guide: https://netboxlabs.com/docs/netbox/en/stable/installation/3-netbox/#optional-requirements You should put the plugins that you want to install in Although if you want to install it manually, without the upgrade script, don't do it with |
Also, this plugin will not work with Netbox v4.1.3 as of today. It still waits to be updated to the newest Netbox version in this PR: #49 The latest version this plugin works with as of today is Netbox v4.0.10.
|
Hello @maciejopalinski and thx for yor response Will try tonight to add in local_requirements.txt the line with plugin name. Will come back with feedback |
even if netbox v 4.1.3 does not support , it could install the plugin and this one will not work or it will not install at all ? because i have tried to install it and i got the same error over and over ( i've also asked chatgpt and no result ) steps i've followed :
(venv) netbox@netbox-J42-Nano:/opt/netbox$ cat local.requirements.txt
(venv) netbox@netbox-J42-Nano:/opt/netbox$ sudo /opt/netbox/venv/bin/pip install netbox-floorplan-plugin (venv) netbox@netbox-J42-Nano:/opt/netbox$ /opt/netbox/venv/bin/pip show netbox-floorplan-plugin (venv) netbox@netbox-J42-Nano:/opt/netbox$ /opt/netbox/venv/bin/pip list | grep netbox-floorplan-plugin -i've added in configuration.py : Enable installed plugins. Add the name of each plugin to the list. Plugins configuration settings. These settings are used by various plugins that the user may have installed. Remote authentication support this is the error i receive after ./upgrade.sh script running L Skipping local dependencies (local_requirements.txt not found) During handling of the above exception, another exception occurred: Traceback (most recent call last):
(venv) netbox@netbox-J42-Nano:/opt/netbox$ cat local.requirements.txt i don't know what to do anymore; although it seems to be very easy to install it it is very complicated |
Netbox v4.1.3 will not start with this plugin installed, but the plugin can be installed.
Let me know if that fixed your issues. |
hello, 1.so i've installed netbox v4.0.11 because plugin netbox_floorplan is compatible with this version
3.i've edited configuration.py and added in plugins field the following : Enable installed plugins. Add the name of each plugin to the list.PLUGINS = ['netbox_floorplan']
During handling of the above exception, another exception occurred: Traceback (most recent call last): from what i see the error is No module named 'netbox_floorplan' so there is a mistype somewere
Skipping local dependencies (local_requirements.txt not found) During handling of the above exception, another exception occurred: Traceback (most recent call last): i see that there is also an error that (local_requirements.txt not found) ; i've copied local_requirements.txt from /op/netbox/netbox/netbox/local_requirements.txt to /op/netbox/ and run upgrade and seems that it's ok now : Running migrations: some help please ? thx a lot |
found : in site have floorplan tab for my site :) noob |
Hi! Is there no ready-made solution with installation on netbox 4.1.X? |
Hello,
I have followed guides from https://netboxlabs.com/docs/netbox/en/stable/installation/ and managed to install it. Now i want do install the plugin and i got this error :
:~$ sudo pip install netbox-floorplan-plugin
[sudo] password for netbox:
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
i have activated the virtual environment and got this error :
$ pip install netbox-floorplan-plugin
Collecting netbox-floorplan-plugin
Downloading netbox_floorplan_plugin-0.4.0-py3-none-any.whl.metadata (2.1 kB)
Downloading netbox_floorplan_plugin-0.4.0-py3-none-any.whl (278 kB)
Installing collected packages: netbox-floorplan-plugin
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/opt/netbox/venv/lib/python3.12/site-packages/netbox_floorplan'
Check the permissions.
run it with sudo :
:~$ sudo pip install netbox-floorplan-plugin
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
And here i got blocked. Can anyone help me with a complete guide to install this plugin ?
i have installed NetBox v4.1.3
The text was updated successfully, but these errors were encountered: