You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to do that command "venv\Scripts\activate.bat
pip install -r StoryToolkitAI\requirements.txt"
I got this message:
"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.
virtualenv 20.27.1 requires filelock<4,>=3.12.2, but you have filelock 3.8.0 which is incompatible."
I used Python 3.10 and 3.11. Each time uninstalled everything and install from the beginning.
During installation I saw that I had filelock 3.16.1 which was uninstalled and installed 3.8.0. Finally that corrupted installation.
Screenshots
If possible, add screenshots to help explain your problem.
OS: Windows 11
Python versions installed on machine: 3.11
StoryToolkitAI Version 24.2
Additional context
Anything else that is relevant here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to do that command "venv\Scripts\activate.bat
pip install -r StoryToolkitAI\requirements.txt"
I got this message:
"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.
virtualenv 20.27.1 requires filelock<4,>=3.12.2, but you have filelock 3.8.0 which is incompatible."
I used Python 3.10 and 3.11. Each time uninstalled everything and install from the beginning.
During installation I saw that I had filelock 3.16.1 which was uninstalled and installed 3.8.0. Finally that corrupted installation.
Screenshots
If possible, add screenshots to help explain your problem.
Additional context
Anything else that is relevant here.
The text was updated successfully, but these errors were encountered: