i try to install camelcase in my python project.
pip install camelcase
but when i want to use the package, pylance give me this error:
Import "camelcase" could not be resolved Pylance (reportMissingImports)
and i tried to install camelcase again and pip said:
Requirement already satisfied: camelcase in /home/mohammad-hgh/.local/lib/python3.8/site-packages (0.2)