Is the library still working? #19
Answered
by
FLAK-ZOSO
CD-56
asked this question in
Domande e Risposte
-
I tried installing the library but it's not recognized in vs code. |
Beta Was this translation helpful? Give feedback.
Answered by
FLAK-ZOSO
Mar 25, 2024
Replies: 1 comment 5 replies
-
Well, what does pip tell you? Because sometimes it's just VS Code intellisense not recognizing the libraries. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, well, that's a problem, but I guess it depends on the fact that you have multiple Python environments on your device.
Try with
python -m pip install classeviva.py
or try reloading the terminal I guess.