Replies: 3 comments
-
This dependencies are only required when you want to build the library yourself. If you want to do this yourself I would advise you to build this inside a container. Those dependencies are for |
Beta Was this translation helpful? Give feedback.
-
Wow. Ubuntu:~# sudo ./Magick.Native/build/linux/install.dependencies.sh E: Package 'python-pip' has no installation candidate Ubuntu:~# uname -a Ubuntu:~# apt-get install python-pip E: Package 'python-pip' has no installation candidate This still means that this is a valid issue with the code that is in the repository. Secondly, per your instructions on dlemstra/Magick.NET#380 (comment) I need to "clone this repository: https://github.com/dlemstra/Magick.Native. There are no instruction on how to build it with ARM support but you could probably follow the build steps on Linux." Since I saw the issue was with an old package that was already updated in the apt install script to python3-pip, I though that I should report the error that breaks the process and causes the build to fail. Thanks for telling me that I'm stupid though and closing the issue without even looking at anything. All I'm trying to do is to compile your work on a great tool for an ARM processor like so many others that have Apples and Raspis. |
Beta Was this translation helpful? Give feedback.
-
I have read my response multiple times now but I don't see me calling you stupid and this is also something that I would never do. I did not close your issue but I changed it into a discussion because that feels like a better place to have this discussion. As I said in my response I am building this library on Linux with version |
Beta Was this translation helpful? Give feedback.
-
Trying to install this package in the install dep file causes the install to fail and not install all of the required dependances.
python3-pip works fine, no issues there.
uname -a
Linux 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
Magick.Native/build/linux/install.dependencies.sh
Line 6 in d0642c2
apt-get install python-pip
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python3-pip
E: Package 'python-pip' has no installation candidate
Beta Was this translation helpful? Give feedback.
All reactions