So, i tried to install beautifulsoup4 python package trough the magical and incredible package manager of replit.
it gave me an error.
So on i tried using the shell to install it manually using pip
it also failed.
I ended up trying to use the shell package manager.. but i have to be root.
I tried to be root but it asks for a password..
I thought leaving it clear would work but it doesn't..
(also i accidentally run sh before and now the shell looks like a mess..)
How am i supposed to install the package i need?
try this:
from bs4 import BeautifulSoup
I'll try.
[Python package] Package not installing...
So, i tried to install beautifulsoup4 python package trough the magical and incredible package manager of replit.
it gave me an error.
So on i tried using the shell to install it manually using pip
it also failed.
I ended up trying to use the shell package manager.. but i have to be root.
I tried to be root but it asks for a password..
I thought leaving it clear would work but it doesn't..
(also i accidentally run sh before and now the shell looks like a mess..)
How am i supposed to install the package i need?
try this:
I'll try.
@JamesGordon1