fastai / nbdev_template

Template for nbdev projects
https://nbdev.fast.ai/
Apache License 2.0
292 stars 99 forks source link

Error in installing the library #83

Open changebio opened 2 years ago

changebio commented 2 years ago

I an trying to follow nbdev tutorial to make a nbdev project. But for the first step, I got an error at install the library step in GitHub Screen Shot 2021-11-13 at 3 27 19 PM .

d2weber commented 2 years ago

I was running in the same Issue after following the nbdev tutorial. There exists also an issue: https://github.com/fastai/nbdev/issues/297

I had to adjust the settings.ini file manually:

muellerzr commented 2 years ago

Uncommenting + filling out the settings.ini is always something you must do when making an nbdev project (fully)

On Mon, Nov 15, 2021 at 8:51 AM d2weber @.***> wrote:

I was running in the same Issue after following the nbdev tutorial https://nbdev.fast.ai/tutorial.html. There exists also an issue: fastai/nbdev#297 https://github.com/fastai/nbdev/issues/297

I had to adjust the settings.ini file manually:

  • Uncomment description
  • Uncomment copyright

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fastai/nbdev_template/issues/83#issuecomment-968986241, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3YCV77ZEORMU264NO63NTUMEM6FANCNFSM5H7AHG7Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

d2weber commented 2 years ago

It is described in https://nbdev.fast.ai/tutorial.html#Edit-settings.ini