-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
at:installationConcerning the installation process (error in script, problems while installing, etc)Concerning the installation process (error in script, problems while installing, etc)documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestos:windowsTargeting WindowsTargeting Windows
Milestone
Description
Doing pip install -r requirements.txt fails the moment it wants to install anything in particular related to either blessed or term-image.
Workaround:
- Go into the folder where python is located.
- In this case i'm using MSYS to host Python in my computer as a whole, so my solution was to go into ".../lib/python3.10" in the Terminal and do
pip install term-imageandpip install blessed. - This solution works perfectly and once it opens up it runs 100%
- In this case i'm using MSYS to host Python in my computer as a whole, so my solution was to go into ".../lib/python3.10" in the Terminal and do
Recommendation:
- Make a python installer script that sets the main path to ".../lib/python3.10" via "cd" or something similar and run pip from there.
Metadata
Metadata
Assignees
Labels
at:installationConcerning the installation process (error in script, problems while installing, etc)Concerning the installation process (error in script, problems while installing, etc)documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestos:windowsTargeting WindowsTargeting Windows