Promptvision icon indicating copy to clipboard operation
Promptvision copied to clipboard

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

Open TheOctonaut opened this issue 2 years ago • 1 comments

Describe the bug Installing in Windows 10 not working, pip requirements install gives warning about ConfigParser

To Reproduce Steps to reproduce the behavior:

Follow steps provided in Civitai.com description Reach step 5: pip install -r requirements.txt

Expected behavior Pip installs the requirements

Screenshots AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows 10
  • Browser [e.g. chrome, safari] Firefox
  • Version [e.g. 22] Latest commit https://github.com/Automaticism/Promptvision/commit/5dcc03cfb842693b8b7b98e4159821cd0d21b6c2

TheOctonaut avatar Nov 28 '23 09:11 TheOctonaut

Which python version are you running?

Just tested again on my 3.11.6 install and it works in my venv.

Did a clone and new venv setup. It works here on 3.11.6.

Automaticism avatar Nov 30 '23 23:11 Automaticism