-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
error when compiling with flask_sqlalmechy and sqlamechy #1793
Comments
Thanks for sharing the full log. It looks like the
This is more a p4a bug, I'll move it to that project.
|
After getting the interactive shell on the Docker container via:
You can switch to the venv and try building the app on the container to confirm the bug. It's running now. I'll edit with the result when it's done.
If the bug gets confirmed, then you can try taking a look at the Edit:
|
from what I understand, it's a bug and you have to wait for it to be solved. it is right? |
It's a bug on our side and maybe you, me or another contributor will fix it. |
I would like to collaborate, but my knowledge of python does not allow me to find the solution to this problem |
Luckily it seems like someone did it for you 😄 |
Merged in master |
I'm doing an app on Flask. In this app I need to access the database, so I use flask_sqlalmechy. I understand that in the requirements section, I have to be able to both flask_sqlalmechy and sqlalmachy, correct me if I'm wrong. When packaging the app, I get an error.
How can i fix this?
The text was updated successfully, but these errors were encountered: