Cookiecutter not working #619
-
I tried following the general trame app cookiecutter example found here.
I see the same error regardless of whether I try trame v1 or v2 with the cookiecutter command or whether I choose to upgrade pip or not. Here is the full traceback:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I'm mostly a JS developer and haven't used Python's cookiecutter much and this seems like a Python error when it comes to implementing cookiecutter. Just want to make sure I'm doing this right. Any help would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Can you describe what you've done ? |
Beta Was this translation helpful? Give feedback.
-
So I just tried and it is working fine on macOS. Here is the output of my venv
Ok so you have some error from miniconda and not the venv you've created. Your system seems to be messed up. I can't help with that. |
Beta Was this translation helpful? Give feedback.
-
OK. I've figured it out. I had a global install of cookiecutter that was polluting my environment vars and overriding any virtual environment I was creating. I deleted the global cookiecutter package, ran through the steps again, did a hot reload to clear my browser cache and now it runs just fine. (I also compared my dependency versions esp. cookiecutter as an additional sanity check so that was helpful. Thanks again for providing that.) |
Beta Was this translation helpful? Give feedback.
OK. I've figured it out. I had a global install of cookiecutter that was polluting my environment vars and overriding any virtual environment I was creating. I deleted the global cookiecutter package, ran through the steps again, did a hot reload to clear my browser cache and now it runs just fine. (I also compared my dependency versions esp. cookiecutter as an additional sanity check so that was helpful. Thanks again for providing that.)