We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying to emerge samri with the following, in a container, using gentoo stage 3 docker image as base:
emerge --sync emerge dev-vcs/git emerge --noreplace --verbose eselect-repository eselect repository enable science emerge --sync echo 'ACCEPT_LICENSE="*"' >> /etc/portage/make.conf echo 'ACCEPT_KEYWORDS="~amd64"' >> /etc/portage/make.conf echo "*/* PYTHON_TARGETS: python3_10" >> /etc/portage/package.use/gen emerge --autounmask=y --autounmask-write --autounmask-continue sci-biology/samri
i get the following
emerge: there are no ebuilds to satisfy ">=sci-libs/rtree-0.8.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]".
a quick look at https://github.com/gentoo/sci/tree/master/sci-libs shows rtree is miising, but newer version is available at dev-python/rtree
The text was updated successfully, but these errors were encountered:
No branches or pull requests
trying to emerge samri with the following, in a container, using gentoo stage 3 docker image as base:
i get the following
emerge: there are no ebuilds to satisfy ">=sci-libs/rtree-0.8.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]".
a quick look at https://github.com/gentoo/sci/tree/master/sci-libs shows rtree is miising, but newer version is available at dev-python/rtree
The text was updated successfully, but these errors were encountered: