0👍
✅
that kind of problem smells like architecture mess. You may try to execute a 64bit library from a 32bit interpreter or vice versa… As you’re using homebrew, you shall be really careful of which interpreter you’re using, what is your path etc… Maybe you shall trace your program to know more exactly where it fails, so you can pinpoint what is actually failing. It is very unlikely django that fails, but more something that django uses. For someone to help you, you need to dig more closely to your failing point, and give more context about what is failing beyond django.
👤zmo
- [Django]-How to solve UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
- [Django]-My virtual environment is having access to global packages
- [Django]-Django: two sessions in the same browser
- [Django]-Is there a better way to check if the values of an AJAX request are valid?
- [Django]-Pass a lazy translation string including variable to function in Django
Source:stackexchange.com