Closed kongcheng-996 closed 2 years ago
Hi @kongcheng-996 ,
In the root of the project (/home/tank/py3climmob) and with the ClimMob environment activated run the script configure_celery.py:
python configure_celery.py ./development.ini
This will create a file called celery_app.py in the directory /home/tank/py3climmob/climmob/config/
Hi,guys When I performed the step
alembic revision --autogenerate -m "Initial version"
when installing the plug-in, I encountered the problem that the module does not exist. The error is reported as follows:The project is cloned in the directory
/home/tank/py3climmob
. And I have already executedsudo python3 setup.py develop
in this directory. And get corresponding feedback.Finished processing dependencies for climmob==3.5.0
Looking forward to your help. Thank you.