skip to Main Content

Visual Studio Code – pip cannot by found by VS Code

Today I opened VS Code and typed pip and it said Fatal error in launcher: Unable to create process using '"C:Users{User Name}AppDataLocalProgramsPythonPython311python.exe" "C:Users{User Name}AppDataLocalProgramsPythonPython311Scriptspip.exe" ': The system cannot find the file specified. I tried to repair Python two times but…

VIEW QUESTION

Debian – Error in building wheel for cryptography while installing firebase-admin on raspberry pi 3

I was installing firebase-admin using pip on my raspberry pi 3b+ using the following command: pip3 install firebase-admin However it always ends with an error saying "Error building wheel for cryptography" Here is the full error message: /tmp/pip-build-env-k7qo7p54/overlay/lib/python3.7/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing…

VIEW QUESTION
Back To Top
Search