Search Criteria
Package Details: conan 2.9.1-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: | 74 |
Popularity: | 0.90 |
First Submitted: | 2016-08-21 01:35 (UTC) |
Last Updated: | 2024-11-04 18:34 (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, libsql-sqlite3AUR)
- patch (patch-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (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 »
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.
suridaj commented on 2021-02-08 09:40 (UTC) (edited on 2021-02-08 09:45 (UTC) by suridaj)
@stas, thanks for the report.
I tried to reproduce the issue without success. Steps:
One thing that comes to mind: if you recently updated Python from 3.8 to 3.9, python-node-semver likely remained installed in /usr/lib/python3.8/site-packages.
If you need the version of python-node-semver to be specifically 0.6.1, please try installing it again.
stas commented on 2021-02-08 09:11 (UTC)
It looks like conan now requires newer version of the python-node-semver. I had version 0.6.1 installed and older version of conan worked fine. Today I have updated conan and it would not start anymore:
ImportError: cannot import name 'SemVer' from 'semver' (/usr/lib/python3.9/site-packages/semver.py)
After updating python-node-semver to 0.8.0 conan works again.
Please consider updating requirements?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »