Closed CasperCL closed 8 years ago
Hi @CasperCLD, I went through those steps and could not reproduce.
$ virtualenv -p python3 my_project
...
$ source my_project/bin/activate
(my_project) $ python -V
Python 3.5.0
(my_project) $ pip install ramses
...
(my_project) $ pcreate -s ramses_starter my_project
Which database backend would you like to use:
(1) for SQLAlchemy/PostgreSQL, or
(2) for MongoEngine/MongoDB?
[default is '1']:
Hi @jstoiko, thank you so much for your reply. I've tried the following commando's on
$ virtualenv -p python3.5 my_project
$ source my_project/bin/activate
$ python -V
Python 3.5.1
$ pip install ramses
$ pcreate -s ramses_starter my_project
Unavailable scaffolds: ramses_starter
Full ramses install log here
Apparently this worked:
pip uninstall pyramid
virtualenv -p python3.4 env
. ./env/bin/activate
pip install ramses
pcreate -s ramses_starter my_project
Which database backend would you like to use:
(1) for SQLAlchemy/PostgreSQL, or
(2) for MongoEngine/MongoDB?
[default is '1']: 1
I am not able to create a scaffold on Python 3.5, OS X 10.11.3. When I issue the following commands:
It says:
Unavailable scaffolds: ramses_starter