-
Notifications
You must be signed in to change notification settings - Fork 24
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
FileNotFoundError #33
Comments
Hey, thanks for reporting the issue! I'll check what's going wrong. |
I have fixed this problem in my pull request #34 I have modified the way the paths of certain files are obtained, now absolute paths are used to avoid problems with relative paths. |
Log:
|
Hi. I just installed and started. looking the code this directories not exist in the installation directory INSTALLED_DIR = './Resource_Files/Installed Packages/' |
I´m create a pull requests. This bug stay on the setup file. |
I grouped everything and added some corrections. |
This issue still happens with Python 3.10 on Windows 10 64-bit.
It doesn't matter what mode is selected - the error is always the same. |
Error when press Next in Install new packages, Update existing packages and Uninstall existing packages.
FileNotFoundError: [Errno 2] No such file or directory: 'c:\\pythons\\python39-64\\lib\\site-packages\\pipgui\\.\\Resource_Files\\Installed Packages\\installedPackageList3.json'
The text was updated successfully, but these errors were encountered: