-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support for python3 #320
Comments
Any suggestions? |
I also got this message and an error when I tried to compile a cpp file. I removed the Deviot plugin and tried to reinstall the plugin. Then I saw a message telling me that
This installs python to mkdir -p /usr/local/opt/python/bin
ln -s /usr/local/opt/python@3.7/bin/python3 /usr/local/opt/python/bin/python3.7 After doing all that I installed Deviot again and now things seem to be working fine. Hope this helps. |
Really? so you are using global enviroment? I remember deviot had a way to change this also |
deviot settings and
There is also ini flags build_dir etc that is used to determine if using st package penv |
ok well I could not get those to work, if deviot penv is already installed its a pita.. Easiest thing for me was to OSX Remove deviot penv, remove deviot.ini We will see if it has issues. |
I know it's been months, but for anyone still wondering (who hasn't given up 😛) my guide above should help you get things working again. |
As platformio dropped support for python 2 & 3.5 how can we update deviot to python 3?https://docs.platformio.org/en/latest/core/migration.html#drop-support-for-python-2-and-3-5
The text was updated successfully, but these errors were encountered: