v2-beta various bugs #887

Closed
opened 2025-12-29 16:26:44 +01:00 by adam · 1 comment
Owner

Originally created by @NetTinkerer on GitHub (Apr 26, 2017).

Issue type: bug report

**Python version: 2.7
**NetBox version: v2-beta

During installation I had to fix the following things

  • pytz is missing from requirement file
  • pyasn1 is missing from requirement file
  • had to add libjpeg-dev and python-pyparsing packages
  • python-ldap package is not installed by default (could be my installation)
  • ldap is not working for me with the same config i used as for 1.8.4.
Originally created by @NetTinkerer on GitHub (Apr 26, 2017). ### Issue type: bug report **Python version: 2.7 **NetBox version: v2-beta During installation I had to fix the following things - pytz is missing from requirement file - pyasn1 is missing from requirement file - had to add libjpeg-dev and python-pyparsing packages - python-ldap package is not installed by default (could be my installation) - ldap is not working for me with the same config i used as for 1.8.4.
adam closed this issue 2025-12-29 16:26:44 +01:00
Author
Owner

@jeremystretch commented on GitHub (Apr 26, 2017):

pytz is missing from requirement file
pyasn1 is missing from requirement file

These are not direct requirements of the project and don't need to be listed.

had to add libjpeg-dev and python-pyparsing packages

This should not be necessary. If you believe this is a bug, please open a bug report specifically for this including the steps needed to reproduce as indicated in out contributing guidelines.

python-ldap package is not installed by default (could be my installation)

The LDAP package is not installed by default because not everyone uses LDAP for authentication.

ldap is not working for me with the same config i used as for 1.8.4.

Please post to the mailing list if you require configuration assistance.

@jeremystretch commented on GitHub (Apr 26, 2017): > pytz is missing from requirement file > pyasn1 is missing from requirement file These are not direct requirements of the project and don't need to be listed. > had to add libjpeg-dev and python-pyparsing packages This should not be necessary. If you believe this is a bug, please open a bug report specifically for this including the steps needed to reproduce as indicated in out contributing guidelines. > python-ldap package is not installed by default (could be my installation) The LDAP package is not installed by default because not everyone uses LDAP for authentication. > ldap is not working for me with the same config i used as for 1.8.4. Please post to the mailing list if you require configuration assistance.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#887