New Python user need help #468
-
Hi i have never used python before Now i just want to try out this project if it works with my screen NOTE: it is recommended to create and use a Python virtual environment for this project because it needs specific versions of its dependencies. Install required Python modules for this project: i have no idea how to use python i entered those commands and i get errors
pls help me |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Open CMD (You can press WIN+R, and enter CMD, or search it), open the folder where you decompressed the files with "CD 'folder'" and on this folder, execute "python3 -m pip install -r requirements.txt". |
Beta Was this translation helpful? Give feedback.
-
try |
Beta Was this translation helpful? Give feedback.
-
Thank u both a lot i was thinking i need to enter this into python CLI, now i got it using CMD was the point... Now i have another issue when entering the command it seem to stuck at a specific dependency Ignoring numpy: markers 'python_version < "3.9"' don't match your environment × git clone --filter=blob:none --quiet https://github.com/mathoudebine/gputil.git 'C:\Users\USER\AppData\Local\Temp\pip-install-2kcwglrr\gputil_2f119227ce214bb2b87a0b9df4fe6877' did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. any idea how to Fix this one? |
Beta Was this translation helpful? Give feedback.
Hi thanks your Answer
i have followed the guide and i get the same error sadly,
when i exclude the GPutil from Requirements.txt it installs everything else Fine
For Nvidia GPU on all platforms
GPUtil~=1.4.0; python_version < "3.12"
GPUtil is broken for Python 3.12+ and not maintained anymore: fetch it from a fork where it is fixed
GPUtil @ git+https://github.com/mathoudebine/[email protected] ; python_version >= "3.12"
but not excluded (Comment out) it errors to instal this dependency
For Nvidia GPU on all platforms
GPUtil~=1.4.0; python_version < "3.12"
GPUtil is broken for Python 3.12+ and not maintained anymore: fetch it from a fork where it is fixed
GPUtil @ git+https://github.c…