LeGeRyChEeSe / Sunshine-AIO

An all-in-one tool to setup Sunshine with additional tools.
MIT License
148 stars 3 forks source link

Cannot run #8

Closed DatUub closed 2 months ago

DatUub commented 2 months ago

No module named 'Requests'

PS C:\Users\ari\Desktop\sunshine\Sunshine-AIO> virtualenv-python-sunshine-aio\Scripts\python.exe src\main.py Traceback (most recent call last): File "C:\Users\ari\Desktop\sunshine\Sunshine-AIO\src\main.py", line 1, in from functions import * File "C:\Users\ari\Desktop\sunshine\Sunshine-AIO\src\functions.py", line 4, in import requests ModuleNotFoundError: No module named 'requests' PS C:\Users\ari\Desktop\sunshine\Sunshine-AIO>

LeGeRyChEeSe commented 2 months ago

Hi, i found the issue and fixed it in the README.

- Copy/Paste this command to execute the script:
```batch
virtualenv-python-sunshine-aio\Scripts\python.exe src\main.py

This issue should be solved now.