I tried to setup Fastai & DL Environment in laptop (Ubuntu 24.04) according to Fastai Live Coding Walkthroughs. But after i install Fastai , I get this error :
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.20: cannot open shared object file: No such file or directory)
Steps I taken while setup :
./setup-conda.sh
no errorconda install ipython
no errorconda install -c conda-forge jupyterlab
no errorconda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia
no errorconda install -c fastai fastai
>> Error
Fastai successfully installed ; But this error comes in end. And then this same error comes all the time Whenever i run any conda/fastai/DL library related command in terminal.
Things i tried to to resolve the issue ; But failed !
sudo apt-get install libarchive13
sudo apt-get install libarchive-dev
conda update --all
- force updating libmamba & libmambapy to 1.5.10 >> stuck at solving environment for hours…
I tried all this, But nothing worked.
Please Help !! Thanks.