I find the following error when I try to update my "juypyter" notebook from version 6 to version 7 "ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'c:\users\alifa\anaconda3\envs\tools\lib\site-packages\beautifulsoup4-4.11.2.dist-info\METADATA'"
Asked
Active
Viewed 35 times
0
-
[Please read through the answers for this question, It might help you solve your issue](https://stackoverflow.com/questions/54778630/could-not-install-packages-due-to-an-environmenterror-errno-2-no-such-file-or) – Nesi Aug 10 '23 at 06:57
-
Why tag pandas? – OCa Aug 10 '23 at 11:08
1 Answers
-1
conda update conda
conda update pip
conda create -n jupyter_env python=3.8
conda activate jupyter_env
conda install jupyter
conda install beautifulsoup4

toyota Supra
- 3,181
- 4
- 15
- 19

satish choudhary
- 1
- 1
-
I already have environment name "tools" i have installed jupyter 6 in tools. I want to update the same. – Ali Aug 10 '23 at 07:08
-
1