AnswerDotAI / AnswerDotAI/apswutils
Set a minimum pin for `apsw`
- Vorherrschende Sprache
- Python
- Sterne
- 3
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The requirements in `settings.ini` are currently set to `requirements = fastcore apsw`, but this package imports submodules (apsw.ext, apsw.bestpractice) that were introduced around `apsw v3.43`. Adding a minimum version pin would ensure that both pip and conda install a compatible version.
Beitragsleitfaden
Rechercherichtung
Öffne settings.ini und überprüfe den requirements-Eintrag für fastcore und apsw. Füge eine minimale apsw-Version etwa ab v3.43 hinzu, damit die Importe von apsw.ext und apsw.bestpractice unterstützt werden, und überprüfe anschließend, dass die Abhängigkeitsspezifikation sowohl für die Installation mit pip als auch mit conda geeignet ist.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- databases
- Issue-Typ
- Bug
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 72/100