We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I setup a project according to README.md, and I got error
README.md
type Writer is not a member of package upickle
The text was updated successfully, but these errors were encountered:
Hi, try to use import upickle.default._ in your code, that solved the same issue for me.
import upickle.default._
Sorry, something went wrong.
Duplicate with #56
/cc @lihaoyi
No branches or pull requests
I setup a project according to
README.md
, and I got errorThe text was updated successfully, but these errors were encountered: