You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug mesa startproject fails after pipenv install mesa
A valid repository for "/home/neil/.local/share/virtualenvs/baseline-economy-6fg_iky1/lib/python3.8/site-packages/mesa/cookiecutter-mesa" could not be found in the following locations:
...
Expected behavior
Generate the project layout
To Reproduce
pipenv install mesa
mesa startproject
Additional context
The cookiecutter directory from the repo is missing from the installation.
Additionally there is no help message for startproject when you run mesa --help
The text was updated successfully, but these errors were encountered:
@NeilW Ty for highlighting this error. I believe the pull request linked in this ticket will solve the issue in the next release.
If you would like to use this feature before this next release, you can install from the github repo after the PR is merged - pip install -e git+https://github.com/projectmesa/mesa#egg=mesa
Describe the bug
mesa startproject
fails afterpipenv install mesa
Expected behavior
Generate the project layout
To Reproduce
Additional context
The cookiecutter directory from the repo is missing from the installation.
Additionally there is no help message for
startproject
when you runmesa --help
The text was updated successfully, but these errors were encountered: