You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Tried to install the smfexplorer-1.1.9-py3-none-any.whl in a venv hosted in the z/OS Environment , however it seems one of the dependencies are not z/OS compatible.
(python-work-env) bash-4.3$ pip install smfexplorer-1.1.9-py3-none-any.whl
Processing ./smfexplorer-1.1.9-py3-none-any.whl
Collecting certifi<2024.0.0,>=2023.07.22 (from smfexplorer==1.1.9)
Using cached certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
Collecting packaging<22.0,>=21.3 (from smfexplorer==1.1.9)
Using cached packaging-21.3-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: pandas<2.0.0,>=1.2.0 in /u/********/work/python-work-env/lib/python3.11/site-packages (from smfexplorer==1.1.9) (1.5.1.post3)
Collecting psutil<6.0.0,>=5.9.4 (from smfexplorer==1.1.9)
Using cached psutil-5.9.8.tar.gz (503 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
platform zos is not supported
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
To Reproduce
Steps to reproduce the behavior:
Create Python venv in OMVS python3 -m venv python-venv
Expected behavior
Expected behavior is to have smfexplorer-1.1.9-py3-none-any.whl installed in the python-venv without any issues.
Screenshots
N/A
Desktop (please complete the following information):
OS and Version: z/OS 3.1
Python Version: 3.9 , 3.10 , 3.11
SMF Explorer Info
N/A
Additional context
I Am trying to execute a couple of python scripts that will work with SMF Data when executing it in Windows/Linux they work without any problems, however I would like to have them running in z/OS directly.
The text was updated successfully, but these errors were encountered:
Hi @maredua2201, SMF Explorer now has support for USS (PTF: UJ95534) 🎆 Please also refer to this sample code snippet for running SMF Explorer in a Python script
Describe the bug
Tried to install the smfexplorer-1.1.9-py3-none-any.whl in a venv hosted in the z/OS Environment , however it seems one of the dependencies are not z/OS compatible.
To Reproduce
Steps to reproduce the behavior:
python3 -m venv python-venv
. python-venv/bin/activate
pip3 install smfexplorer-1.1.9-py3-none-any.whl
Expected behavior
Expected behavior is to have smfexplorer-1.1.9-py3-none-any.whl installed in the python-venv without any issues.
Screenshots
N/A
Desktop (please complete the following information):
SMF Explorer Info
N/A
Additional context
I Am trying to execute a couple of python scripts that will work with SMF Data when executing it in Windows/Linux they work without any problems, however I would like to have them running in z/OS directly.
The text was updated successfully, but these errors were encountered: