0

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'"

Volk
  • 58
  • 12
Ali
  • 1
  • 2
  • [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 Answers1

-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