AttributeError: 'module' object has no attribute 'MethodFilter' #564

Closed
opened 2025-12-29 16:23:14 +01:00 by adam · 2 comments
Owner

Originally created by @coolool on GitHub (Dec 2, 2016).

So I am a rookie when it comes to anything Linux based. I am trying to run ./manage.py migrate but I keep getting ImportErrors. I have been able to work through all of them, but I finally got stuck on this one:

<Hiding the rest...> 
File "/opt/netbox/netbox/circuits/filters.py", line 14, in ProviderFilter
    q = django_filters.MethodFilter(
AttributeError: 'module' object has no attribute 'MethodFilter'

Any help would be amazing!
Thanks

Originally created by @coolool on GitHub (Dec 2, 2016). So I am a rookie when it comes to anything Linux based. I am trying to run ./manage.py migrate but I keep getting ImportErrors. I have been able to work through all of them, but I finally got stuck on this one: ``` <Hiding the rest...> File "/opt/netbox/netbox/circuits/filters.py", line 14, in ProviderFilter q = django_filters.MethodFilter( AttributeError: 'module' object has no attribute 'MethodFilter' ``` Any help would be amazing! Thanks
adam closed this issue 2025-12-29 16:23:14 +01:00
Author
Owner

@jeremystretch commented on GitHub (Dec 2, 2016):

It looks like something went horribly wrong during the installation. I'd suggest redoing the entire NetBox portion of the installation. (PostgreSQL and your httpd should be unaffected.)

@jeremystretch commented on GitHub (Dec 2, 2016): It looks like something went horribly wrong during the installation. I'd suggest redoing the [entire NetBox portion](http://netbox.readthedocs.io/en/latest/installation/netbox/) of the installation. (PostgreSQL and your httpd should be unaffected.)
Author
Owner

@coolool commented on GitHub (Dec 2, 2016):

Yeah, I tried following the installing process again and everything went through. Thanks!

@coolool commented on GitHub (Dec 2, 2016): Yeah, I tried following the installing process again and everything went through. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#564