Visual Studio Code – ModuleNotFoundError in PIP package install in Conda Environment
I am trying to install a package in a new conda environment using the pip command. It installs, but with errors, and I get ModuleNotFoundError in the IDE. The steps: conda create --name facebookscraper python=3.8 all goes well conda activate…