-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: __init__() missing 2 required positional arguments: 'cfg_path' and 'cfg_name' #104
Comments
|
@muellerzr any idea? |
Upgrade your fastcore? |
@muellerzr how do I do that? |
@muellerzr ok, I ran |
What is the fastcore currently installed and nbdev installed?
pip show fastcore nbdev
…On Mon, Jun 20, 2022, 2:07 PM dsm-72 ***@***.***> wrote:
@muellerzr <https://github.com/muellerzr> ok, I ran conda update fastcore
and I still get the same error
—
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3YCV6LGY57263FV4NR3RDVQCXNJANCNFSM5ZDIE5OA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fastcore was up to date. However
|
|
You need 1.4.5. @jph00 was that released on conda?
For the time being do pip install fastcore -U
…On Mon, Jun 20, 2022, 2:18 PM dsm-72 ***@***.***> wrote:
fastcore 1.4.4
nbconvert 6.4.4
nbdev 1.2.10
—
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3YCV4GAOFLOQL7ELP6YL3VQCYYZANCNFSM5ZDIE5OA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
How do I do that?
… On Jun 17, 2022, at 16:24, Zachary Mueller ***@***.***> wrote:
Upgrade your fastcore?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
https://anaconda.org/fastchan/fastcoreMessage ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to reproduce
settings.ini
to match personal repo and userindex.ipynb
so thatyour_lib_name
islib_name
fromsettings.ini
nbdev_install_git_hooks
nbdev_clean_nbs
nbdev_build_lib && nbdev_build_docs
The text was updated successfully, but these errors were encountered: