List of Contributions

philip miloslavsky

Contact Details

My Content

1 to 18 of 18 total
Posted By philip miloslavsky Wed March 20, 2024 12:10 PM
Found In Egroup: AIX Open Source
\ view thread
numpy 1.26 core when importing numpy, numpy 1.21.6 good We have a 7.3 machine where this doesn't work for libpython: [same as below] We have a 7.2 machine where this doesn't work for libpython.: qdppc64aixl AIX-powerpc ~$ oslevel -s 7200-05-07-2346 qdppc64aixl AIX-powerpc ~$ /opt/freeware/bin/python3 ...
Posted By philip miloslavsky Tue October 03, 2023 08:08 AM
Found In Egroup: AIX Open Source
\ view thread
Do you guys have any thoughts on making venv faster? its 20 seconds now. pmilosla@REMOTE@p9aixdev4-openxl:~> time python3 -m venv test5 3.311u 1.030s 0:19.94 21.7% 3+616k 0+0io 1296pf+0w ------------------------------ philip miloslavsky ------------------------------
Posted By philip miloslavsky Tue August 08, 2023 08:25 AM
Found In Egroup: AIX Open Source
\ view thread
I did sudo dnf update krb5-libs but I'm still getting this: 08/08/23-08:16:56:056 (7536904) 1 [Generic.Event] Failed to load dynamic library /scratch/pmilosla/iris/p9aixdev4-openxl/EP/bin/pythonint.so: 0509-130 Symbol resolution failed for /opt/freeware/lib64/libpython3.9.a[libpython3.9.so] because: ...
Posted By philip miloslavsky Mon August 07, 2023 12:24 PM
Found In Egroup: AIX Open Source
\ view thread
I started doing dnf remove of a bunch of packages and eventually dnf update worked. Not sure if the script would work though. ------------------------------ philip miloslavsky ------------------------------
Posted By philip miloslavsky Mon August 07, 2023 11:01 AM
Found In Egroup: AIX Open Source
\ view thread
I have a box where I don't want to keep any installed toolbox package. Whats the easiest way to get the latest python on it? I did dnf update that gave rpm errors, The I did rpm -e a bunch of packages, Then I ran sudo dnf_update.sh -d Now I get this: 48 10:35 sudo dnf update ...
Posted By philip miloslavsky Fri August 04, 2023 12:22 PM
Found In Egroup: AIX Open Source
\ view thread
Is there a timeframe for python without -brtl being the default python in the toolbox yet? ------------------------------ philip miloslavsky ------------------------------
Posted By philip miloslavsky Thu January 12, 2023 07:04 AM
Found In Egroup: AIX Open Source
\ view thread
I think the issue is (correct me if I am wrong) dev and run are combined for 1.1.1 install which means 3.0 headers would become 111 headers: openssl-1.1.1.1202/ openssl-1.1.1.1202/openssl.base openssl-1.1.1.1202/openssl.license openssl-1.1.1.1202/openssl.man.en_US I think we have this problem going ...
Posted By philip miloslavsky Tue January 10, 2023 09:15 AM
Found In Egroup: AIX Open Source
\ view thread
I'm not sure I want to go this route, but I think you mean: https://www.ibm.com/resources/mrs/assets/DirectDownload?source=aixbp&lang=en_US right? The openssl for AIX 7.3? It's a tarball - the readme says it puts the headers in /usr/include but that's probably not right. Anyway, I think what you mean ...
Posted By philip miloslavsky Fri January 06, 2023 06:20 AM
Found In Egroup: AIX Open Source
\ view thread
Please let me know what other commands you want me to type: pmilosla@REMOTE@p9aixdev4-openxl:~> rpm -qa python-iniparse-0.4-1.noarch yum-metadata-parser-1.1.4-2.ppc rpm-python3-4.15.1-64_2.ppc python3-libcomps-0.1.11-64_1.ppc python3-dnf-4.2.17-64_2.noarch yum-4.2.17-64_2.noarch bzip2-1.0.8-2.ppc ...
Posted By philip miloslavsky Wed January 04, 2023 08:19 AM
Found In Egroup: AIX Open Source
\ view thread
Doesnt work: p9aixdev4-openxl AIX-powerpc pmilosla$ sudo dnf update Segmentation fault (core dumped) [=== ] --- B/s | 0 B --:-- ETA p9aixdev4-openxl AIX-powerpc pmilosla$ ------------------------------ philip miloslavsky ------------------------------
Posted By philip miloslavsky Wed January 04, 2023 07:52 AM
Found In Egroup: Power
\ view thread
I am also seeing core dumps from dnf and yum on an AIX 7.3 TL1 machine. Last thing I did was upgrade libssh2 from 1.9 to 1.10. p9aixdev4-openxl AIX-powerpc pmilosla$ dnf -d9 -v update DNF version: 4.2.17 cachedir: /var/cache/dnf os-release file not found os-release: falling back to basic User-Agent: ...
Posted By philip miloslavsky Tue December 13, 2022 01:14 PM
Found In Egroup: AIX Open Source
\ view thread
If I want to compile openssl apps on a TL1 install is there any way to compile openssl 1.1.1 apps? The headers have: /usr/include/openssl grep VERSION opensslv.h # define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MINOR 0 # define OPENSSL_VERSION_PATCH 4 ------------------------------ ...
Posted By philip miloslavsky Fri October 08, 2021 12:23 PM
Found In Egroup: Power Global
\ view thread
lpar_get_info with PROC_MODULE_INFO returns an array of processor modules. Is it true that one processor module goes in one socket? Is it true that if you sum up ncores for each processor module you get total number of cores in the system? For example P9 maxes at 192 cores. But what if you just ...
Posted By philip miloslavsky Wed October 06, 2021 10:15 AM
Found In Egroup: AIX Open Source
\ view thread
The very first time I tried this I upgraded pip with python3 -m pip install --upgrade pip but that broke the whole install so I had to redo. You want me to do that and python3 -m pip install --upgrade setuptools ? Any chance we could MS Teams through this together? Can you send me an email to ...
Posted By philip miloslavsky Wed October 06, 2021 09:15 AM
Found In Egroup: AIX Open Source
\ view thread
Can you also comment on if I will be able to do this: https://github.com/ageron/handson-ml2/blob/master/INSTALL.md It talks about anaconda, but maybe I don't need that. But we also have tensorflow and GPU drivers which of-course my LPAR doesn't have. Whats the general state of things like BLAS ...
Posted By philip miloslavsky Wed October 06, 2021 08:53 AM
Found In Egroup: AIX Open Source
\ view thread
Got much farther but still fails: p9aixdev4-openxl AIX-powerpc pmilosla$ python3 -m pip install numpy pandas scipy scikit-learn matplotlib flask Requirement already satisfied: numpy in /opt/freeware/lib64/python3.7/site-packages (1.21.2) Collecting pandas Using cached pandas-1.3.3.tar.gz (4.7 MB) ...
Posted By philip miloslavsky Tue October 05, 2021 12:27 PM
Found In Egroup: AIX Open Source
\ view thread
FYI, this is what yum said: Running Transaction Installing : libgfortran8-8.3.0-6.ppc 1/15 Installing : 1:libgfortran-8-1.ppc 2/15 Installing : pkg-config-0.29.2-2.ppc 3/15 Installing : zlib-devel-1.2.11-2.ppc 4/15 Installing : blas-3.9.1-1.ppc 5/15 Installing : gcc8-gfortran-8.3.0-6.ppc ...
Posted By philip miloslavsky Tue October 05, 2021 11:29 AM
Found In Egroup: AIX Open Source
\ view thread
I was following the directions here: Installing and configuring Python machine learning packages on IBM AIX It installs numpy and pandas ok, but not scipy: Collecting scipy Downloading scipy-1.7.1.tar.gz (36.1 MB) |################################| 36.1 MB 9.5 MB/s Installing build dependencies ...