Re: Need help setting up my Django environment

2024-02-18 Thread kge...@gmail.com
**What Ryan said about incompatibility If you want to pick a particular version of python (say, 3.12) when you create an env use: conda create -n myEnv python==3.12 On Sunday, February 18, 2024 at 11:48:39 AM UTC-5 kge...@gmail.com wrote: > Saw this on stack overflow: > https://stackoverflow.

Re: Need help setting up my Django environment

2024-02-18 Thread kge...@gmail.com
Saw this on stack overflow: https://stackoverflow.com/questions/70347099/error-installing-a-django-project-attrributeerror-module-collections-has-no-a Supports what Mordecai Etukudo said about version incompatability. *Type "help", "copyright", "credits" or "license" for more information. * *>>

Re: Need help setting up my Django environment

2024-02-17 Thread Mordecai Etukudo
Comment you model. Py and the run if you still have the issue not this is to fine how where the issue if from On Sat, Feb 17, 2024, 1:38 PM Brigid Sang wrote: > I'm encoutering the below error, how can I fix this > > Traceback (most recent call last): > File "/home/brigid/.local/bin/django-adm

Need help setting up my Django environment

2024-02-17 Thread Brigid Sang
I'm encoutering the below error, how can I fix this Traceback (most recent call last): File "/home/brigid/.local/bin/django-admin", line 8, in sys.exit(execute_from_command_line()) ^^^ File "/home/brigid/.local/lib/python3.11/site-packages/django/core