VergeDX opened a new issue, #36085:
URL: https://github.com/apache/arrow/issues/36085
### Describe the bug, including details regarding any error messages,
version, and platform.
```text
The following packages have unmet dependencies:
libplasma-dev : Depends: libarrow-cuda-dev (= 11.0.0-1) but 12.0.1-1 is to
be installed
E: Unable to correct problems, you have held broken packages.
```
Temporary Fix:
```
apt install libarrow-dev=11.0.0-1
apt install libarrow-cuda-dev=11.0.0-1
apt install libplasma-dev
```
### Component(s)
Packaging
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]