-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't compile Windows executables on Ubuntu 22.04 #203
Comments
I managed to install Python 3.7 with these commands:
When I run
Interestingly |
After the steps above I could build the Windows executables using In order to use these files on Windows you must also get the It would be great to update the CJDNS Windows documentation based on these results. |
I tried to compile the CJDNS source for Windows on Ubuntu with the following commands:
I got back this:
I don't completely understand the error, it might be because of a breaking change between Python 3.9 and 3.10?
I have Python 3.10 installed on WSL Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: