-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Rethink the getting started experience #190
Comments
Passing in directories instead of files to the token path, resulting in permissions errors when they attempt to open a directory in read mode. More inscrutable on Windows because that platform surfaces that error as a permissions issue for... some reason. |
Windows will throw this error regardless as to the mode you run on the directory. Attempting to perform any file operation on the directory will throw the But indeed, this is a very confusing error for beginner Python programmers. |
Calling the variable token_path implies that the argument expects a path.
|
Now that we've got more functionality, it would be good to add some more examples for people to emulate:
|
How about a conda package with installation support? |
People keep making the same errors over and over again. This ticket will record them.
The text was updated successfully, but these errors were encountered: