You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
yasb python version wont reload properly in certain locations
To Reproduce
Steps to reproduce the behavior:
Click on reload yasb from the tray menu
See error
the python exe should be found at
"C:\Users\User\Downloads\EXTRA FOLDERS!!!\yasb-main.venv\Scripts\python.exe"
but when reloading the python version i get this error
C:\Users\User\AppData\Local\Programs\Python\Python312\python.exe: can't open file 'C:\Users\User\Downloads\EXTRA FOLDERS!!!\yasb-main\FOLDERS!!!\yasb-main\.venv\Scripts\python.exe': [Errno 2] No such file or directory
Expected behavior
reload yasb using the correct python location
Desktop (please complete the following information):
OS: [e.g. Windows 11 22631.3958]
Browser brave
YASB branch main
Python 3.12.0
Additional context
moving the folder from C:\Users\User\Downloads\EXTRA FOLDERS!!!\yasb-main to C:\Users\User\Desktop\yasb-main fixes the issue and yasb reloads just fine so i think the issue might be the space or the ! in the path.
The text was updated successfully, but these errors were encountered:
Describe the bug
yasb python version wont reload properly in certain locations
To Reproduce
Steps to reproduce the behavior:
the python exe should be found at
"C:\Users\User\Downloads\EXTRA FOLDERS!!!\yasb-main.venv\Scripts\python.exe"
but when reloading the python version i get this error
C:\Users\User\AppData\Local\Programs\Python\Python312\python.exe: can't open file 'C:\Users\User\Downloads\EXTRA FOLDERS!!!\yasb-main\FOLDERS!!!\yasb-main\.venv\Scripts\python.exe': [Errno 2] No such file or directory
Expected behavior
reload yasb using the correct python location
Desktop (please complete the following information):
Additional context
moving the folder from C:\Users\User\Downloads\EXTRA FOLDERS!!!\yasb-main to C:\Users\User\Desktop\yasb-main fixes the issue and yasb reloads just fine so i think the issue might be the space or the ! in the path.
The text was updated successfully, but these errors were encountered: