Questions tagged [ppc64le]
18 questions
28
votes
13 answers
How can I run pyqt5 on my Mac with M1chip (ppc64el architecture)?
Now. When I run it. The error comes
ImportError:
dlopen(/Users/v/Library/Python/3.8/lib/python/site-packages/PyQt5/QtWidgets.abi3.so,
2): no suitable image found. Did…

vihanchou
- 380
- 1
- 3
- 6
12
votes
4 answers
How to load checkpoints across different versions of pytorch (1.3.1 and 1.6.x) using ppc64le and x86?
As I outlined here I am stuck using old versions of pytorch and torchvision due to hardware e.g. using ppc64le IBM architectures.
For this reason, I am having issues when sending and receiving checkpoints between different computers, clusters and my…

Charlie Parker
- 5,884
- 57
- 198
- 323
3
votes
0 answers
bazel buid :"Configurable attribute "actual" doesn't match this configuration"
I'm setting up a ppc64le server and I need to install bazel 0.23.* on it. I compiled bazel for this architecture but it does not work properly.
I'm trying to install an app (ONOS) on an Ubuntu 18.04 ppc64le server. It's not supported for this…

Dario Fdez Khatiboun
- 31
- 2
2
votes
1 answer
Docker RUN apt-get update returned a non-zero code:132
Below is docker build -t test:test . log
Sending build context to Docker daemon 1.225MB
Step 1/3 : FROM ppc64le/ubuntu:jammy
---> b4cdd8bc1823
Step 2/3 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> 0d6079ed0b29
Step 3/3 : RUN…

Donnie Kim
- 21
- 3
1
vote
0 answers
Example of *.wks file for PowerPC64le arch
List of default WIC files in Yocto toolchain doesn't contain wks file for PowerPC architecture.
Actually I'd like to have configuration for qemuppc64.
Google gives nothing.
Any ideas about direction for futher investigation.

Pyih
- 91
- 2
- 6
1
vote
1 answer
GPU Utilisation Percentage prometheus query
Will I be able to find out the GPU utilization percentage from the below-mentioned metrics from Prometheus? I am not sure how to query it.
I don't have a dcgm-exporter image for the PPC64lE environment. You can also share link for making a docker…

ajnair95
- 49
- 1
- 4
1
vote
1 answer
Docker buildx on Travis CI
I'm trying to build image for platform ppc64le via Docker Buildx and Buildkit on our enterprise Travis CI instance.
.travis.yml:
os: linux
dist: bionic
language: shell
branches:
only:
- master
before_install:
- set -e
# Configure…

mflame
- 137
- 1
- 2
- 9
1
vote
1 answer
How does one install torchmeta for a ppc64le architecture in pytorch?
I was trying to use torchmeta in a ppc64le architecture. Unfortunately it's not been easy to install since ppc64le requires special binaries to work.
I eventually managed to get the right binaries for pytorch and torchvision by following these…

Charlie Parker
- 5,884
- 57
- 198
- 323
1
vote
1 answer
Force installing torchvision 0.4.2 when I am forced to use pytorch 1.3.1 due to hardware constraints (ppc64le IBM)
I am in a weird scenario were I am forced to use torch 1.3.1 (due to hardware see: https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda/#/). I read from the pytorch docs that it's corresponding version of torchvision is 0.4.1…

Charlie Parker
- 5,884
- 57
- 198
- 323
1
vote
0 answers
Throwing a C++ exception with LibUnwind on PowerPC loaded sets random floating point exception traps
I'm currently debugging some failure in PyTorch which is a Python library with a C++ extension, so there is some C++ code called by the Python code.
The failure happens because some floating point exception traps are getting set before a seemingly…

Flamefire
- 5,313
- 3
- 35
- 70
1
vote
1 answer
How to determine number of processor sockets on Linux ppc64le
There seems to be a bug with lscpu where it can not determine the correct number of sockets. There is an issue opened for this but I haven't got any response https://github.com/karelzak/util-linux/issues/698. This is my output:
Architecture: …

TreeWater
- 761
- 6
- 13
1
vote
1 answer
RHEL8 ppc64le ... fatal error: vips/vips8: No such file or directory
This works on my MAC, but now I need to install on ppc64le running RHEL8. I googled for an answer but have not found anything that helps me identify a solution. Can anyone give me a little direction on how to solve this issue?
Operating System:…

Scott Reichmann
- 11
- 1
- 2
0
votes
1 answer
Install pgadmin4 on ppc64le Redhat
Is there anyone who has experience on installing pgadmin4 on ppc64le Redhat? I do not find a pgadmin4 rpm package for ppc64le.
Thank you.

Eric
- 11
- 2
0
votes
0 answers
Cross-Compiled boost for ppc64le fails link
I'm trying to cross-compile boost library for ppc64le and I need it to run on RH9.
I'm doing the cross-compilation inside a container and using the at15.0 toolchain.
The compilation works, but when compiling my code I get this…

Jack G
- 96
- 9
0
votes
1 answer
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option
I have ppc64le arch. Can you help me how to setup USE_OPENMP=1 ?

neetu sigger
- 11
- 1
- 6