错误:在beautifulsoup安装过程中找不到满足virualenv要求的版本(从版本:无)

时间:2019-11-22 11:57:56

标签: beautifulsoup pip

我尝试使用命令SELECT to_number(xmlquery('/ROWSET/ROW/C/text()' passing xmltype(dbms_xmlgen.getxml( 'select '|| <subject_name> || ' as c ' || 'from test_data WHERE student_name = ''' || <student_name> || '''')) returning content)) as marks FROM dual; 在我的系统上安装beautifulsoup,但是它没有按预期工作,并给我以下错误:

pip install beautifulsoup4

2 个答案:

答案 0 :(得分:0)

我使用了 pip install bs4 命令。 有用。 注意:对于 Python 3.9.6

答案 1 :(得分:-1)

使用pip3 install --upgrade点来更新点。现在,您应该可以安装beautifulsoup pip3 install beautifulsoup4pip3 install bs4。如果失败,请尝试:python3 -m pip install beautifulsoup4