I’m on Fedora 40 and just installed the cvise
package. When running it, I got:
Traceback (most recent call last):
File "/usr/bin/cvise", line 23, in <module>
import chardet # noqa: E402
^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'chardet'
I found out that there is a package python3-chardet
that installs this module, and after installing it, cvise
worked as expected.
Shouldn’t that package be a dependency of cvise
? If so, how can I help fix it?