From 09bcc1e1dcd0dba49b7b182f9adf6a174a575fd2 Mon Sep 17 00:00:00 2001 From: Ege Kuzubasioglu Date: Tue, 26 Mar 2024 10:12:56 +0100 Subject: [PATCH] Add --break-system-packages --- Claude_Investor.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Claude_Investor.ipynb b/Claude_Investor.ipynb index 55168b4..e50de62 100644 --- a/Claude_Investor.ipynb +++ b/Claude_Investor.ipynb @@ -46,7 +46,7 @@ }, "outputs": [], "source": [ - "!pip install yfinance requests beautifulsoup4" + "!pip install yfinance requests beautifulsoup4 --break-system-packages" ] }, { @@ -360,4 +360,4 @@ "outputs": [] } ] -} \ No newline at end of file +}