Answer the question
In order to leave comments, you need to log in
I can't install the BeautifulSoup library, how can I do it?
On windows 11 in paycharm on python 3.9 it is not possible to install the BeautifulSoup4 library, I will attach error screens below.
Answer the question
In order to leave comments, you need to log in
Most likely, you did not activate the virtual environment when installing from the console, and the library was installed in the global environment, and not in the local environment of your project, so it swears at you
Solution - activate the virtual environment in the terminal and install the library again
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question