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 69 forks source link

[BUG] WSL2 installation on Ubuntu 20.04 - docker-compose and other dependent required package versions #591

Closed katriendg closed 1 year ago

katriendg commented 1 year ago

Description

When installing the CLI tool using the below command, on Windows 10 Insider build, WSL2, Ubuntu 20.04. pip3 install iotedgedev

Error message: image

After the rest of the installation finishes, I seem to be able to use the commands of the CLI, create a new solution and project. However, unsure if due to the error message one of the subsequent commands might still fail.

Expected behavior

Installation allows for existing packages to be >= rather than specific versions?

Actual behavior

See error message described.

Steps to Reproduce

Not sure this can be easily reproduced, other than setting up an environment with the same package versions as I have, for example with PyYAML 6.0, and portallocker 2.4.

Environment

iotedgedev Version: version 3.3.5 Python version: Python 3.8.10 Pip3 version: pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8) Development machine OS Version: Windows 10 WSL2 - Ubuntu 20.04 IoT Edge device OS Version: Ubuntu 20.4 (not applicable, not causing an issue)

marianan commented 1 year ago

@katriendg thanks for filing this issue. Potentially related to #589 .

konichi3 commented 1 year ago

Closing as the other issue is resolved.

@katriendg Feel free to re-open if this issue still persists.