fastai / course22p2

course.fast.ai 2022 part 2
https://course.fast.ai/Lessons/part2.html
Apache License 2.0
467 stars 252 forks source link

cannot install #1

Closed wtliao closed 1 year ago

wtliao commented 1 year ago

Hi, I try to install this repo using the command: pip install course22p2

but I got the error: ERROR: Could not find a version that satisfies the requirement course22p2 (from versions: none) ERROR: No matching distribution found for course22p2

I am using mac and tried to install it in a conda env.

Meta-Sean commented 1 year ago

I believe this is just nbdev boilerplate and this repo is still under construction ie (the readme needs to be udpated). If you want to download this repo just use the trusty git clone https://github.com/fastai/course22p2.git.

Shuyib commented 1 year ago

I believe this is just nbdev boilerplate and this repo is still under construction ie (the readme needs to be udpated). If you want to download this repo just use the trusty git clone https://github.com/fastai/course22p2.git.

Hi @wtliao In a conda virtual environment preferably python 3.10.* and above you could. Just reviewing the readme. cd into the directory

cd course22p2

Then do a pip install

pip install -e .