Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 71 forks source link

Please update python3 version in mcr.microsoft.com/iotedge/iotedgedev #532

Closed bqstony closed 2 years ago

bqstony commented 2 years ago

It would be nice to have a never version of python3 then actually. Somthing like 3.8 or more.

Actually is:

$ docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock  mcr.microsoft.com/iotedge/iotedgedev:3.3.4
Unable to find image 'mcr.microsoft.com/iotedge/iotedgedev:3.3.4' locally
3.3.4: Pulling from iotedge/iotedgedev
Digest: sha256:335c491b60cf34a86cdd9da13eb1253d5874df869b9ec93328216ab0483c7763
Status: Downloaded newer image for mcr.microsoft.com/iotedge/iotedgedev:3.3.4
iotedgedev@894f25892d08:/home/iotedge$ python3 --version
Python 3.6.9
konichi3 commented 2 years ago

Hi @bqstony

Thank you for reporting. We are currently in midst of updating the py3 version in mcr images. We will let you know once we release the changes.

mhshami01 commented 2 years ago

hello @bqstony,

Thank you for your contribution. Please try the following docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock mcr.microsoft.com/iotedge/iotedgedev:latest

marianan commented 2 years ago

Closing the issue, please update if symptoms persist.