Skip to content

Remote agent on Raspbian #3865

@lkankowski

Description

@lkankowski

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:

  1. 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 >=...')
  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions