Am not able to install beautifulsoup4 package

Problem description: when I try to install beautifulsoup4, it does not work.

Expected behavior: It should install.

Actual behavior: I get this message in my console:

Replit: Updating package configuration

→ poetry add ‘beautifulsoup4 4.12.2’ exec: “poetry”: executable file not found in $PATH

Steps to reproduce: Try to add beautifulsoup4 from packages

Bug appears at this link:

Browser/OS/Device: desktop chrome

Welcome to the forums.

Could you please send a link to the Repl?

1 Like

Hey @AviSwerdlow, welcome to the community!

Have you tried using pip?

4 Likes

As @QwertyQwerty88 was suggesting, try pip install beautifulsoup4. If you want to install it via poetry, try pip install poetry. If neither of these work and you’re still getting errors, please show us the entire error message and also your replit.nix file :slight_smile:

2 Likes