develop install failing
See original GitHub issueWindows, st 3126
installed develop, removed users/deviot when I startup
[ Deviot 1.2.5 ] Setup
11:59:22 PlatformIO is not installed
Preparing to installing it, please be patient it may take a while.
11:59:22 Extracting files...
11:59:22 Installing PlatformIO...
console
Exception in thread Thread-4:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "...sublimetext\Data\Packages\Deviot\libs\Install.py", line 174, in threadcheckPio
self.install()
File "...sublimetext\Data\Packages\Deviot\libs\Install.py", line 272, in install
if(out[0] > 0 or int(py_version) == 300):
ValueError: invalid literal for int() with base 10: ''
I have py 2.7 in env also
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Troubleshoot Visual Studio installation and upgrade issues
This troubleshooting guide includes step-by-step instructions that should resolve most installation issues.
Read more >How to Fix Developer Mode package failed to install. Error ...
Click on Add a feature, and select the Windows Developer Mode package. Install it, and reboot your PC. 2016-09-28_224143.
Read more >Build error after package installation failed #23437 - GitHub
When package installation failed, strange error sometimes appears in console. I can fix it manually, but it is some type of bug in...
Read more >the installer payload failed signature check - Apple Developer
I tried to install the 10.12 beta on it. However, it complains with this message, "The installer payload failed signature check".
Read more >How to Fix Developer Mode package failed to install Error ...
Fix Developer Mode package failed to install Error code 0x80004005: Error : Developer Mode package ... Error code: 0x80004005To create a restor.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try this
change:
(Until return)
for:
Yes that works.