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: >

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. *