I installed everything, but I get the error ModuleNotFoundError: No module named 'wcwidth'
, even though I install 'wcwidth' via pip, it still gives the same error
I installed wcwidth I expected it to work but it didn't
I installed everything, but I get the error ModuleNotFoundError: No module named 'wcwidth'
, even though I install 'wcwidth' via pip, it still gives the same error
I installed wcwidth I expected it to work but it didn't
Maybe you have installed two or more python versions,go to site-packages remove all the wcwidth ,then pip3 uninstall wcwidth then pip3 install wcwidth or pip3 install wcwidth --user may it help