Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Installation doesn't work properly. #7

Open
TheNachoBIT opened this issue Jan 6, 2023 · 1 comment
Open

Windows Installation doesn't work properly. #7

TheNachoBIT opened this issue Jan 6, 2023 · 1 comment
Labels
at:installation Concerning the installation process (error in script, problems while installing, etc) documentation Improvements or additions to documentation enhancement New feature or request os:windows Targeting Windows
Milestone

Comments

@TheNachoBIT
Copy link
Collaborator

TheNachoBIT commented Jan 6, 2023

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-image and pip install blessed.
    • This solution works perfectly and once it opens up it runs 100%

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.
@TheNachoBIT TheNachoBIT changed the title Windows Installation doesn't work properly Windows Installation doesn't work properly. Jan 6, 2023
@HastagGuigui HastagGuigui added bug Something isn't working enhancement New feature or request labels Jan 6, 2023
@HastagGuigui HastagGuigui added this to the 1.0.0 milestone Jan 6, 2023
@HastagGuigui HastagGuigui mentioned this issue Jan 6, 2023
22 tasks
@HastagGuigui HastagGuigui added the os:windows Targeting Windows label Jan 7, 2023
@HastagGuigui
Copy link
Member

Had a similar issue, but fixed it by running python as administrator.

@HastagGuigui HastagGuigui added documentation Improvements or additions to documentation and removed bug Something isn't working labels Jan 7, 2023
@HastagGuigui HastagGuigui pinned this issue Feb 16, 2023
@HastagGuigui HastagGuigui added the at:installation Concerning the installation process (error in script, problems while installing, etc) label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
at:installation Concerning the installation process (error in script, problems while installing, etc) documentation Improvements or additions to documentation enhancement New feature or request os:windows Targeting Windows
Projects
None yet
Development

No branches or pull requests

2 participants