Skip to content

beginner in python need help launching GUI #54

Closed Answered by EchterAlsFake
srmcres asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I just tried running the project on my local Windows machine, but I didn't get any import errors. I am running with Python 3.12.

Please make sure to use a virtual environment. It seems as if you have some broken packages, because as soon as you install urllib3 it should automatically install all of its dependencies.

  1. Go into your terminal again and type: py -m venv venv
  2. Activate the virtual environment: venv\Scripts\activate
  3. Install the packages once again with pip install -r requirements.txt
  4. Run the project with py main.py

If it gives you any issues please try reinstalling Python first. If you still can't find a solution we can go a bit deeper into it.

Note

You don't need to use Por…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by srmcres
Comment options

You must be logged in to vote
1 reply
@EchterAlsFake
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants