i was so glad i can see conan finally in the portage. unfortunately, i can't execute it :-( $ conan Traceback (most recent call last): File "/usr/lib/python-exec/python3.6/conan", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3126, in <module> @_call_aside File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside f(*args, **kwargs) File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master ws.require(__requires__) File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pluginbase<1.0,>=0.5' distribution was not found and is required by conan
If you do emerge -1av dev-python/pluginbase does it fix this for you?
unfortunately, not it hasn't helped $ conan Traceback (most recent call last): File "/usr/lib/python-exec/python3.6/conan", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3126, in <module> @_call_aside File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside f(*args, **kwargs) File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master ws.require(__requires__) File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'bottle<0.13,>=0.12.8' distribution was not found and is required by conan
i've installed also emerge -1av dev-python/bottle and it helps. not i'm able to execute conan :-)
(In reply to John Blbec from comment #3) > i've installed also > > emerge -1av dev-python/bottle > > and it helps. not i'm able to execute conan :-) a typo: "not i'm" -> "now i'm"
https://github.com/conan-io/conan/blob/develop/conans/requirements_server.txt I seemed to have these packages installed already, but glad it works. Just needs an update in the ebuild.
(In reply to Joonas Niilola from comment #5) > https://github.com/conan-io/conan/blob/develop/conans/requirements_server.txt > > I seemed to have these packages installed already, but glad it works. Just > needs an update in the ebuild. yes. to add 2 new dependencies to the ebuild is a solution. thanks for your support, @joonas :-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986f51d7b20c54caa2a56017257d6255d7df7241 commit 986f51d7b20c54caa2a56017257d6255d7df7241 Author: Azamat H. Hackimov <azamat.hackimov@gmail.com> AuthorDate: 2019-08-16 17:33:20 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2019-08-21 16:02:37 +0000 dev-util/conan: update dependencies (#692114) Updated and reordered dependencies. Closes: https://bugs.gentoo.org/692114 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/12697 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-util/conan/conan-1.18.1-r1.ebuild | 71 +++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+)