Hi
Configuration
Operating system: Raspbian GNU/Linux 10 (buster) [fully updated]
PlatformIO Version (platformio --version): PlatformIO Core, version 5.1.0
Description of problem
It probably wont be the most descriptive report, but I just finished few hours fight with 'pio remote agent start' :)
Finally, after dozen times of reinstalling Platformio, installing pyenv and python 3.8.8, some additional packages (from bash history: cryptography==2.9, pyopenssl, cffi, pyopenssl) and lots of frustration with installing correct version of 'twisted' (finally I couldn't install other than 21.2) I did two successful steps:
- change file
platformio-core/platformio/package/manager/core.py:
twisted_version = "19.10.0" if PY2 else "20.3.0" result = [ "twisted >= %s" % twisted_version, ]
('twisted ==...' into 'twisted >=...')
- run command:
CRYPTOGRAPHY_DONT_BUILD_RUST=1 pio remote agent
and it built.
Steps to Reproduce
as above
Actual Results
Expected Results
Additional info
YOU DO GREAT JOB WITH PLATFORMIO!
Hi
Configuration
Operating system: Raspbian GNU/Linux 10 (buster) [fully updated]
PlatformIO Version (
platformio --version): PlatformIO Core, version 5.1.0Description of problem
It probably wont be the most descriptive report, but I just finished few hours fight with 'pio remote agent start' :)
Finally, after dozen times of reinstalling Platformio, installing pyenv and python 3.8.8, some additional packages (from bash history: cryptography==2.9, pyopenssl, cffi, pyopenssl) and lots of frustration with installing correct version of 'twisted' (finally I couldn't install other than 21.2) I did two successful steps:
platformio-core/platformio/package/manager/core.py:twisted_version = "19.10.0" if PY2 else "20.3.0" result = [ "twisted >= %s" % twisted_version, ]('twisted ==...' into 'twisted >=...')
CRYPTOGRAPHY_DONT_BUILD_RUST=1 pio remote agentand it built.
Steps to Reproduce
as above
Actual Results
Expected Results
Additional info
YOU DO GREAT JOB WITH PLATFORMIO!