I am currently learning beautiful soup with Pycharm. I was installing the library lxml and pandas, an error was shown that I need to install Visual C++ 14.0. However, even after I install the build tools, I was not able to include those libraries.
If I use the command prompt, I was able to install both pandas and lxml. Therefore, I would like to learn from you guys, did I miss any steps in setting up the venv?
I tried the steps shown here with no luck.