P
P
Pavel Baev2021-11-06 00:40:48
Python
Pavel Baev, 2021-11-06 00:40:48

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.6185a4948f064824112881.jpeg6185a4d346f0b337833349.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LXSTVAYNE, 2021-11-06
@Kaiffan

We put the library on 3.10, not on 3.9, write pip3.9 install ...

S
Stefan, 2021-11-06
@MEDIOFF

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 question

Ask a Question

731 491 924 answers to any question