I'm having a little problem. I would like to import bs4 and request on my vscode file but I can't in tells me that there is a missign module source. I tried to change the interpreter but when I do it only one of them is recognized. So if anyone knows how I can import both of them I would gradely appreciate, thanks.
            Asked
            
        
        
            Active
            
        
            Viewed 4,824 times
        
    2 Answers
0
            
            
        Take a look at this post regarding the same subject. Also this guide could hold the answer to your problem.
You may have installed the libraries inside a virtual environment and you are using a python interpreter that is not inside the environment.
Edit: It could be that just one of your libraries is inside (or outside) the environment.
        045nor
        
- 1
 - 1