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

[Bug] Can't install "2.10.2-spring2024" Version #479

Open
ksharf opened this issue Oct 30, 2024 · 6 comments
Open

[Bug] Can't install "2.10.2-spring2024" Version #479

ksharf opened this issue Oct 30, 2024 · 6 comments
Assignees
Labels

Comments

@ksharf
Copy link

ksharf commented Oct 30, 2024

Describe the bug

Clone the git without issue, then when running:

./scripts/pi-setup/auto-install.sh

get an error:

can't read /etc/needrestart/needrestart.conf: No such file or directory_

Steps to reproduce the behavior

  1. git clone -b v2.10.2+spring2024 https://github.com/project-chip/certification-tool.git
  2. cd certification-tool
  3. ./scripts/pi-setup/auto-install.sh

Expected behavior

Install to commence

Log files

No response

PICS file

No response

Screenshots

No response

Environment

TH version: 2.10.2
Raspberry-pi 4
OS: Ubuntu 20.04.5 LTS 64-bit

Additional Information

No response

@ksharf ksharf added Bug Something isn't working Needs Triage labels Oct 30, 2024
@ksharf ksharf changed the title [Bug] Can't install "2.10.1-spring2024" Version [Bug] Can't install "2.10.2-spring2024" Version Oct 30, 2024
@ksharf
Copy link
Author

ksharf commented Oct 30, 2024

Realised incorrect version of Ubuntu, will try again with 22.04.05

@ksharf
Copy link
Author

ksharf commented Oct 30, 2024

Tried with 22.04.5, and install started. However, I get the following error:
satisfy:command-line : Depends: python3-pip (= 22.0.2+dfsg-1ubuntu0.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages

TH error

@ksharf
Copy link
Author

ksharf commented Nov 4, 2024

I managed to get the install to work by changing the ~/certification-tool/scripts/ubuntu/1-install-dependendcies.sh
_- "python3-pip (=22.0.2+dfg-1ubuntu0.4)"

  • "python3-pip (=22.0.2+dfg-1ubuntu0.5)"_

The install also gave an error for
poetry: command not found

poetry for python can be installed using:
pip install poetry

Then perform autoinstall.sh again

python install can be checked using:
python3 -version

@ZeddChen
Copy link

I also encountered issues with poetry install. I have tried using - pip install poetry, but it did not work.

@fabiowmm
Copy link
Contributor

@ksharf is this still an issue?

@ksharf
Copy link
Author

ksharf commented Dec 18, 2024

The workaround worked for me and it installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants