Open osok opened 1 year ago
I have played around installing and uninstalling environments, anaconda versions , python versions. To get everthing to build right I'm using a 2021 version of anaconda and python 3.8. However this issue still exists.
The course is unusable in the current state.
I watched the first video and saw that you suggested that we use Kaggle. I cloned the fastbook repo but I don't know how to get to it. I created a new book and used
!git clone https://github.com/fastai/courses.git
Different install, I have anaconda installed on my computer. Its a little beefy, 32 GB ram, SSD, 4 GB GPU and dual xeon processors,, so I thought I could run it there. I created an environment and primed the environment with the contents of đ https://github.com/fastai/fastbook/blob/master/requirements.txt and https://github.com/fastai/courses/blob/master/requirements.txt
When I ran the following, from : https://github.com/fastai/courses/blob/master/deeplearning1/nbs/lesson1.ipynb
I got the following error
I looked at the util.py and then googled cPickle and got this page: http://pymotw.com/2/pickle/
so I installed PyMOTW, this still didnt fix things.
Given that this seems to central to many of the course notebooks, I'm assumming I'm doing something wrong. I'll happily use kaggle if I can sort that out. I feel like thats not the problem.