Multitech Conduit Dev Environment (python environment)

Home Forums Conduit: AEP Model Multitech Conduit Dev Environment (python environment)

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31716
    Isram
    Participant

    Hi, i want to implement a custom application in python on several remote gateways which are built with different firmware version. So before starting to develop my custom app, I want to be sure that all my gateways are compatible with python 3.0. Do you know how I can check this information ? I cannot directly access to these gateways, i only can access to them with deviceHQ.

    Some gateways I have to work with:
    – MTCAP-L4E1-868-001A with firmware : 5.1.6
    – MTCAP-868-001A with firmware : 5.1.2
    – MTCAP-868-001A with firmware : 1.7.4

    Regards,

    #31736
    EG
    Participant

    I can’t vouch for all your versions. I just installed python3 on a MTCDT-246A running 5.2.5 with the following commands:

    opkg update
    opkg install python3
    python3 -m ensurepip
    pip3 install mypackage

    #31739
    EG
    Participant

    I take it back. I have to install a bunch of other packages with opkg first.

    #31740
    Isram
    Participant

    Thank you for your answer. Finally, i abandon this idea for now and i develop an application with bash.

    • This reply was modified 3 years, 1 month ago by Isram.
    • This reply was modified 3 years, 1 month ago by Isram.
    • This reply was modified 3 years, 1 month ago by Isram.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.