We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running this on Linux, managed to get everything set up and seemingly working fine, but I get the following error:
ImportError: cannot import name 'Log' from 'distutils.log'
A quick google shows it might be related to a recent change in the pypa tools?
Install per the "contributor" steps, as per Linux installation instructions. Install dependencies and models. Click "generate" and get error.
Generate sans error.
Other (Built from source)
NVIDIA
The text was updated successfully, but these errors were encountered:
Hmm, that's unfortunate. Can you please share the full error log so I can see what code is importing distutils?
Sorry, something went wrong.
You may just have to reinstall dependencies, setuptools just released version 65.6.1 which re-added the Log class for this sort of issue.
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
No branches or pull requests
Description
Running this on Linux, managed to get everything set up and seemingly working fine, but I get the following error:
ImportError: cannot import name 'Log' from 'distutils.log'
A quick google shows it might be related to a recent change in the pypa tools?
Steps to Reproduce
Install per the "contributor" steps, as per Linux installation instructions.
Install dependencies and models.
Click "generate" and get error.
Expected Behavior
Generate sans error.
Addon Version
Other (Built from source)
GPU
NVIDIA
The text was updated successfully, but these errors were encountered: