-
Notifications
You must be signed in to change notification settings - Fork 45
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
P8tool can't seem to write files #99
Comments
Possibly fixed by #90 , I'll try to get this merged in. |
So, I added the one line modified mentioned in the PR and now the error is based on not passing a string to the bytes() function. Wondering if perhaps I'm doing something else wrong here? I've included the whole stack trace, apologies if it's a bit long.
|
The command that caused this error is as follows, main.lua is a file which only contains "print("hello world!")".
|
Hi, I've just setup picotool but any command that tries to create a file seems to be failing. I've followed the installation instructions exactly, but I get the following traceback whenever I try to run the build or write commands.
My python is version 3.10.2, pip is version 22.0.4 and picotool itself. I'm running picotool on Windows 10.
Has anyone else run into this issue? Or perhaps there is another reason why picotool is failing to write temporary files in its package directory?
The text was updated successfully, but these errors were encountered: