Skip to content
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

"box" has no attribute "_to_json" #218

Open
trp07 opened this issue Feb 25, 2021 · 1 comment
Open

"box" has no attribute "_to_json" #218

trp07 opened this issue Feb 25, 2021 · 1 comment

Comments

@trp07
Copy link

trp07 commented Feb 25, 2021

python 3.7.9 error:

.../lib/python3.7/site-packages/jsonconfig/jsonutils.py", line 29, in <module>
    to_json = box._to_json
AttributeError: module 'box' has no attribute '_to_json'
trp07 added a commit to trp07/jsonconfig that referenced this issue Feb 25, 2021
`box._to_json` appears to be `box.box._to_json` in the current version of `box`.  See issue json-transformations#218
@trp07
Copy link
Author

trp07 commented Feb 25, 2021

See PR #219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant