PTVS
PTVS copied to clipboard
I genuinely cannot understand why cookiecutter does not work.
I have installed Visual Studio (2022), and the data science extension to allow for a cookiecutter project. It then said I don't have Python 3.5 or higher installed. "Okay, then I'll just install the latest version of python, python 3.12". I install it, add it to PATH, and it still displays the warning. "Okay... so I'll just go to the link for them to guide me with the steps; https://learn.microsoft.com/en-us/visualstudio/python/using-python-cookiecutter-templates?view=vs-2022"
I follow the steps and then realize I need an interpreter. I download anaconda. I cannot create an anaconda environment for some reason. "Okay, I'll just create one and make an existing environment in Visual Studio", then I do, with all the needed packages (numpy, matplotlib, scikit-learn and pandas) and python 3.12 on it. I use the new environment, and it still says I need python 3.5 or higher.
This is where I'm truly stuck, because I even make a new separate python application using the environment and it works. All the things in the environment work. I put on my ultra reading glasses, rub my eyes just to make sure its not like Python 3.1.2. No, its definitely python 3.12. Everything works, I even have cookiecutter as well as the needed packages. I'm just so confused and tired.
Steps to Reproduce
- Download visual studio 2022, and the data science extension.
- Make a cookiecutter classifier project template.
- Go back and download python 3.5 or higher, and add it to PATH
- Download anaconda, add it to PATH as well, make an environment with all the needed packages
- Go back and repeat step 2
- "Why doesn't it work???????"
I am a beginner to these things, so I've been putting this off for a very long time
My environment:
My python application that works with the environment, and cookiecutter explorer not working:
VS Version: [Microsoft Visual Studio Community 2022, Version 17.10.3] PTVS version: [PTVS 17.0.24064.1-17.0] Python version: [3.12.4] You can attach the file to this issue or email it to us at [email protected]. If you email it, please add a link to this issue.