Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency missing "Click"[BUG] #610

Open
LaudixGit opened this issue Aug 28, 2023 · 1 comment
Open

dependency missing "Click"[BUG] #610

LaudixGit opened this issue Aug 28, 2023 · 1 comment
Labels
bug triage Issues that need to be looked at

Comments

@LaudixGit
Copy link

Description

This uses Click.
However, on a Raspberry Pi 4 with latest OS "Linux RPi4-Alpha 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux"

Running command iotedgedev init --template python LED fails with error:

ModuleNotFoundError: No module named 'click'

Expected behavior

installer should include all dependancies

sudo pip3 install -U iotedgedev

Actual behavior

as-is install not usable

Steps to Reproduce

Follow these steps.

attempt to begin new project:
iotedgedev init --template python LED

Environment

$ uname -a
Linux RPi4-Alpha 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
$ python --version
Python 3.9.2
$ pip --version
pip 23.2.1 from /home/inc/.local/lib/python3.9/site-packages/pip (python 3.9)
$ iotedgedev -- version
Traceback (most recent call last):
File "/usr/local/bin/iotedgedev", line 5, in
from iotedgedev.cli import main
File "/usr/local/lib/python3.9/dist-packages/iotedgedev/cli.py", line 5, in
import click
ModuleNotFoundError: No module named 'click'

@LaudixGit LaudixGit added bug triage Issues that need to be looked at labels Aug 28, 2023
@LaudixGit
Copy link
Author

see #611 for inability to install missing dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issues that need to be looked at
Projects
None yet
Development

No branches or pull requests

1 participant