VoxelCubes / PanelCleaner

An AI-powered tool to clean manga panels.
GNU General Public License v3.0
208 stars 16 forks source link

erorr data class #8

Closed apt42541 closed 1 year ago

apt42541 commented 1 year ago

@dataclass ^^^^^^^^^ File "C:\Users\ANIX\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 1223, in dataclass return wrap(cls) ^^^^^^^^^ File "C:\Users\ANIX\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 1213, in wrap return _process_class(cls, init, repr, eq, order, unsafe_hash, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ANIX\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 958, in _process_class cls_fields.append(_get_field(cls, name, type, kw_only)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ANIX\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 815, in _get_field raise ValueError(f'mutable default {type(f.default)} for field ' ValueError: mutable default <class 'pcleaner.config.TextDetectorConfig'> for field text_detector is not allowed: use default_factory

VoxelCubes commented 1 year ago

What version of Pcleaner is this? Run pcleaner -v to see. The current version is 1.6.2, if it's lower, try pip install pcleaner --upgrade because I think I fixed that a while ago.

apt42541 commented 1 year ago

i will try

apt42541 commented 1 year ago

pcleaner -v not work.... image

apt42541 commented 1 year ago

image did you edit something ? my computer was work but not now anymore.

VoxelCubes commented 1 year ago

Windows isn't officially supported, but it should be possible for it to work on it. In this case, you can try pip uninstall python-magic and then pip install python-magic-bin If that doesn't work, then you should try running this through WSL. I don't use Windows, so I can't help you with that either, unfortunately.

Once I finish the GUI in a month or two, I will try to offer a dedicated windows .exe for such cases.