Search Criteria
Package Details: conan 2.11.0-1
Package Actions
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 |
Provides: | conan |
Submitter: | suridaj |
Maintainer: | suridaj |
Last Packager: | suridaj |
Votes: | 76 |
Popularity: | 1.86 |
First Submitted: | 2016-08-21 01:35 (UTC) |
Last Updated: | 2025-01-12 23:08 (UTC) |
Dependencies (18)
- python-bottle
- python-colorama (python-colorama-gitAUR)
- python-dateutil
- python-distro
- python-fasteners (python-fasteners-gitAUR)
- python-jinja
- python-patch-ngAUR
- python-pluginbaseAUR
- python-pyjwt
- python-requests
- python-urllib3
- python-yaml (python-yaml-gitAUR)
- sqlite (sqlite-fossilAUR)
- patch (patch-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (10)
- audacity-local-git (make)
- audacity-qt-git (make)
- audacium (make)
- cmake-init-git (optional)
- curse_downloader_qt (make)
- libarcus-git (make)
- python-qiskit-aer-gpu (make)
- redisearch (make)
- rigsofrods (make)
- rigsofrods-git (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »
FabioLolix commented on 2022-04-24 12:17 (UTC)
You're welcome to rename the source as $pkgname-$pkgver
raeste commented on 2022-01-05 05:01 (UTC)
Thanks for the hint with the python version in .local and /usr. I removed the packages from the .local folder and after that the installation was successfull =)
carlosal1015 commented on 2022-01-04 17:03 (UTC) (edited on 2022-01-04 17:04 (UTC) by carlosal1015)
I do not have any error
Please could you please upload the logs.
Usually, mixing python versions
~/.local/lib/python3.10
with/usr/lib/python3.10
could generate errors.raeste commented on 2022-01-04 16:41 (UTC) (edited on 2022-01-04 16:54 (UTC) by raeste)
I tried to build the current version of conan but i got an error:
File "/home/kev/.local/lib/python3.10/site-packages/setuptools/command/build_py.py", line 127, in build_package_data srcfile in self.distribution.convert_2to3_doctests): AttributeError: 'Distribution' object has no attribute 'convert_2to3_doctests'
suridaj commented on 2021-12-02 11:26 (UTC) (edited on 2021-12-02 12:07 (UTC) by suridaj)
@silverhikari, generally, X-git packages should specify which version of X they provide, see https://wiki.archlinux.org/title/PKGBUILD#provides
In this particular case, conan depends on python-fasteners>=0.14.1. python-fasteners-git does not declare which version of python-fasteners it provides, so pacman cannot guarantee python-fasteners-git can stand in for python-fasteners>=0.14.1.
You can work around your issue in one of the following ways:
or
silverhikari commented on 2021-12-02 09:00 (UTC) (edited on 2021-12-02 09:01 (UTC) by silverhikari)
when trying to install conan i get a package conflict that tries to install python-fasteners though the reason i am running python-fasteners-git for a package that requires it. i do not know why this is happening as the pkgbuild seems to allow for both?
suridaj commented on 2021-08-10 23:02 (UTC)
@bazza: Which command exactly are you running? The quoted command runs for me on a clean, up-to-date system.
bazza commented on 2021-08-10 22:44 (UTC)
Errors occurred, no packages were upgraded. Command 'sudo pacman --color=always --sync --asdeps python-yaml>=3.11 python-tqdm>=4.28.1 python-pyjwt>=1.4.0 python-fasteners>=0.14.1 python-future>=0.16.0' failed to execute.
suridaj commented on 2021-02-08 10:21 (UTC) (edited on 2021-02-08 10:25 (UTC) by suridaj)
@stas, you're welcome and it was no bother.
There might be better ways to handle new Python versions than "reinstall all AUR packages manually", unfortunately I am not aware of them. If you guys have suggestions I would be happy to try them out :)
stas commented on 2021-02-08 10:10 (UTC)
@suridaj, thank you for your message. I think this was probably the case. Yes, I have updated python too, which was also the reason to update conan. However I am not at a level to recognise that the issue was with python. I should have tried that before reporting, considering the number of comments related to python version upgrade.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »