You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caseconverter layout might have changed. Error log snippet below after trying to run after installation:
PATH/site-packages/pyds/utils/project.py", line 6, in <module>
from caseconverter.caseconverter import kebabcase
ImportError: cannot import name 'kebabcase' from 'caseconverter.caseconverter'
Both from package homepage and what works for me, it seems like the following should work:
from caseconverter import kebabcase
The text was updated successfully, but these errors were encountered:
caseconverter
layout might have changed. Error log snippet below after trying to run after installation:Both from package homepage and what works for me, it seems like the following should work:
from caseconverter import kebabcase
The text was updated successfully, but these errors were encountered: