Skip to content

error message in step one #26

@GeertReijnders

Description

@GeertReijnders

When I run python3 setup.py develop I get the message:

running develop
/usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a future release
  warnings.warn(
/usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release
  warnings.warn(
running egg_info
writing netbox_end_of_support.egg-info/PKG-INFO
writing dependency_links to netbox_end_of_support.egg-info/dependency_links.txt
writing top-level names to netbox_end_of_support.egg-info/top_level.txt
reading manifest file 'netbox_end_of_support.egg-info/SOURCES.txt'
writing manifest file 'netbox_end_of_support.egg-info/SOURCES.txt'
running build_ext
Creating /usr/local/lib/python3.8/dist-packages/netbox-end-of-support.egg-link (link to .)
netbox-end-of-support 0.1 is already the active version in easy-install.pth

Installed /opt/netbox-3.4.4/plugins
Processing dependencies for netbox-end-of-support==0.1
Finished processing dependencies for netbox-end-of-support==0.1

When running the command mange.py run server. I get the message:

Unable to import plugin netbox-end-of-support: Module not found. Check that the plugin module has been installed within the correct Python environment.

What am I doing wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions