Skip to content

Resolved initial setup issues. #2

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aliasfoxkde
Copy link

Purpose: to resolve initial setup issues.
Tested on Clean install of Python 3.8 and clean pull.
Windows 10.0.19044.2130, NVIDIA A2000 12GB, Chrome

Notes: Even with debugging, the code still fails first run with "AttributeError: 'WindowsPath' object has no attribute 'rstrip'" error. However, everything works after re-running (first setup). This error needs further investigation (seems to be isolated to memory_monitor()). This will be the next thing to tackle, then change some structure, and then work on some basic UI.

Launch.py - Removed redundant code, cleaned up logic, fixed order-of-operation issues (was causing modules not to be found), and troubleshooting.

Requirements.txt - Eliminated the need for redundant "requirement_version.txt", which also saves initial load time.

Installing.py - Expanded try/except statement to catch possible AttributeError.

Merged into requirements.txt and eliminated the need for redundant "requirement_version.txt"
Eliminated the need for redundant "requirement_version.txt", which also saves initial load time.
Removed redundant code, cleaned up logic, fixed order-of-operation issues (was causing modules not to be found), and troubleshooting.
Expanded try/except statement to catch possible AttributeError.
oxysoft added a commit that referenced this pull request Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant