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

Fix dependency #63

Merged
merged 47 commits into from
Jan 16, 2025
Merged

Fix dependency #63

merged 47 commits into from
Jan 16, 2025

Conversation

MNikoliCC
Copy link
Contributor

@MNikoliCC MNikoliCC commented Dec 18, 2024

Description

This PR addresses issue #6729 by resolving the identified dependency problem and handling subsequent issues that arise.

Tasks

  • Resolve the dependency issue mentioned in the linked issue.
  • Address any related issues or errors encountered during testing.

@MNikoliCC MNikoliCC marked this pull request as draft December 18, 2024 11:27
@MNikoliCC MNikoliCC self-assigned this Dec 18, 2024
@MNikoliCC MNikoliCC added the test creation Start the creation of the snap package label Dec 18, 2024
@MNikoliCC MNikoliCC requested a review from lukicdarkoo January 13, 2025 16:23
@MNikoliCC MNikoliCC marked this pull request as ready for review January 13, 2025 16:23
snapcraft.yaml Outdated
Comment on lines 107 to 113
./scripts/install/linux_runtime_dependencies.sh
pip3 install --no-input aqtinstall
export PATH="$PATH:$HOME/.local/bin"
sudo apt update
sudo apt install -y lsb-release python3-distro
sudo apt install python3-distro
pip3 install distro
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
./scripts/install/linux_runtime_dependencies.sh
pip3 install --no-input aqtinstall
export PATH="$PATH:$HOME/.local/bin"
sudo apt update
sudo apt install -y lsb-release python3-distro
sudo apt install python3-distro
pip3 install distro
./scripts/install/linux_runtime_dependencies.sh
pip3 install --no-input aqtinstall
sudo apt update
sudo apt install -y lsb-release python3-distro
sudo apt install python3-distro
pip3 install distro

@MNikoliCC Can we check if these dependencies are necessary? For example, lsb-release was present, but the paths were not properly configured.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed the dependencies and removed the unnecessary ones, including lsb-release. It should be fine now.

Copy link
Member

@lukicdarkoo lukicdarkoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@MNikoliCC MNikoliCC merged commit ab210c0 into master Jan 16, 2025
3 checks passed
@MNikoliCC MNikoliCC deleted the feature-fix-dependency branch January 16, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test creation Start the creation of the snap package
Development

Successfully merging this pull request may close these issues.

2 participants