mirror of
https://github.com/JakeStanger/Flask-Gallery.git
synced 2026-07-11 11:14:08 +01:00
[GH-ISSUE #1] Cannot pip install -r requirements.txt #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Prooffreader on GitHub (Aug 28, 2019).
Original GitHub issue: https://github.com/JakeStanger/Flask-Gallery/issues/1
Here is what I get:
Is my guess correct that it is looking for a system-installed mysql or mariadb instance?
@JakeStanger commented on GitHub (Aug 29, 2019):
Correct, the underlying SQL package requires that a system-level library for interfacing with the SQL server is installed. Hopefully this will be of help.
This project is a little bit of a mess as I've remade the project to use a ReactJS front-end. If you'd prefer to use this static version though feel free to let me know of any other issues you hit and I'll try to sort them out.