./manage.py error #543

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

Originally created by @CFRR on GitHub (Nov 18, 2016).

I'm trying install netbox following the documentation, and in section: Run Database Migrations, when I run the ./manage.py migrate I got the following error:

:/opt/netbox/netbox# ./manage.py migrate
Traceback (most recent call last):
  File "./manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
  File "/usr/lib/python2.6/site-packages/django/__init__.py", line 3, in <module>
    from django.utils.version import get_version
  File "/usr/lib/python2.6/site-packages/django/utils/version.py", line 7, in <module>
    from django.utils.lru_cache import lru_cache
  File "/usr/lib/python2.6/site-packages/django/utils/lru_cache.py", line 28
    fasttypes = {int, str, frozenset, type(None)},
                    ^
Originally created by @CFRR on GitHub (Nov 18, 2016). I'm trying install netbox following the documentation, and in section: Run Database Migrations, when I run the ./manage.py migrate I got the following error: ``` :/opt/netbox/netbox# ./manage.py migrate Traceback (most recent call last): File "./manage.py", line 8, in <module> from django.core.management import execute_from_command_line File "/usr/lib/python2.6/site-packages/django/__init__.py", line 3, in <module> from django.utils.version import get_version File "/usr/lib/python2.6/site-packages/django/utils/version.py", line 7, in <module> from django.utils.lru_cache import lru_cache File "/usr/lib/python2.6/site-packages/django/utils/lru_cache.py", line 28 fasttypes = {int, str, frozenset, type(None)}, ^ ```
adam closed this issue 2025-12-29 16:23:02 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 18, 2016):

GitHub issues are only for bug reports and feature requests. Please post to the mailing list if you need assistance with installation. Thanks.

@jeremystretch commented on GitHub (Nov 18, 2016): GitHub issues are only for bug reports and feature requests. Please post to the [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss) if you need assistance with installation. Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#543