Package Details: conan 2.28.1-1

Git Clone URL: https://aur.archlinux.org/conan.git (read-only, click to copy)
Package Base: conan
Description: A distributed, open source, C/C++ package manager.
Upstream URL: https://conan.io
Keywords: conan
Licenses: MIT
Conflicts: conan1
Submitter: suridaj
Maintainer: jkl
Last Packager: jkl
Votes: 78
Popularity: 0.81
First Submitted: 2016-08-21 01:35 (UTC)
Last Updated: 2026-05-09 18:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »

suridaj commented on 2020-12-04 10:14 (UTC)

@ruabmbua: This happens when Python gets a minor version bump. It recently got upgraded from python-3.8 to 3.9 so all the Python-based packages from AUR are now left in /usr/lib/python3.8/site-packages/

You should rebuild and reinstall all your Python-based packages from AUR including Conan and its dependencies. If you use an AUR helper, there might be an option to rebuild all.

suridaj commented on 2020-12-04 10:13 (UTC)

@ruabmbua: This happens when Python gets a minor version bump. It recently got upgraded from python-3.8 to 3.9 so all the Python-based packages from AUR are now left in /usr/lib/python3.8/site-packages/

You should rebuild and reinstall all your Python-based packages from AUR including Conan and its dependencies. If you use an AUR helper, there might be an option to rebuild all.

ruabmbua commented on 2020-12-04 09:22 (UTC)

I tried to use conan today, and I get the following error:

Traceback (most recent call last):
  File "/usr/bin/conan", line 33, in <module>
    sys.exit(load_entry_point('conan==1.31.0', 'console_scripts', 'conan')())
  File "/usr/bin/conan", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: conan

I can not remember, if I changed anything, probably not.

Maybe this is a problem with a package upgrade?

suridaj commented on 2020-10-07 10:14 (UTC)

@paragoumba thank you, I removed fakeroot from makedepends.

Paragoumba commented on 2020-10-05 13:55 (UTC)

Fakeroot should not be in the makedepends because it is part of base-devel and packages of this group are assumed to already be installed

suridaj commented on 2019-11-30 12:47 (UTC)

Good to hear! I'm going to bump pkgrels for the dependencies I package, hopefully that will reduce the scope of the issue.

Kuznetsss commented on 2019-11-30 12:06 (UTC)

@suridaj, thank you for quick response. Rebuilding only python-pluginbase doesn't helps. But everything works fine after reinstalling conan with all dependencies rebuilt. Thank you for help.

suridaj commented on 2019-11-30 11:58 (UTC) (edited on 2019-11-30 11:58 (UTC) by suridaj)

@Kuznetsss, after upgrading to Python 3.8 you should rebuild all packages from AUR. Please rebuild python-pluginbase and let me know if it helped.

Kuznetsss commented on 2019-11-30 11:53 (UTC) (edited on 2019-11-30 11:53 (UTC) by Kuznetsss)

I have error with latest version:

Traceback (most recent call last):
  File "/usr/bin/conan", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3252, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pluginbase>=0.5' distribution was not found and is required by conan

DaanDeMeyer commented on 2019-10-10 11:21 (UTC)

Everything works perfectly now. Thanks for the quick response!