-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database was not Created #22
Comments
Did you follow the installation instructions (https://github.com/nlohmann/mutate_cpp#installation)? What OS are you using? |
I did follow the instructions. I’m using Windows 10 |
Before calling
did you source the environment? That said, can you make sure you actually call |
Same error on Ubuntu 22.04. I ran:
Same error as above:
As you mentioned, did I install the requirements? I had not, so next I ran:
New error, now SQL Alchemy is missing (although I see it being installed by
Here is the output of
|
Maybe there are incompatible packages... Could you try replacing all |
That worked! :-) I can now see the site. That may have other issues, but I suspect that it will work as expected. Thank you. |
After running python3 db_create.py the following error occurred: File "C:\Users\Admin\Desktop\mutate_cpp-master\db_create.py", line 3, in
from migrate.versioning import api
ModuleNotFoundError: No module named 'migrate'
Any advice would be appreciated.
The text was updated successfully, but these errors were encountered: