-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
when installing Maha with another library that requires a higher version of typing-extensions it causes a conflict.
Perhaps we could upgrade the typing-extensions versions used?
Python version
3.12
What operating system are you using?
Windows 10
Code to reproduce the issue
pip install --force-reinstall sqlalchemy==2.0.22
pip install mahadRelevant log output
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
sqlalchemy 2.0.22 requires typing-extensions>=4.2.0, but you have typing-extensions 3.10.0.2 which is incompatible.
Successfully installed mahad-0.3.0 typing-extensions-3.10.0.2Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working