Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smfexplorer-1.1.9-py3-none-any.whl not zos compatible #11

Open
maredua2201 opened this issue Jun 5, 2024 · 2 comments
Open

smfexplorer-1.1.9-py3-none-any.whl not zos compatible #11

maredua2201 opened this issue Jun 5, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@maredua2201
Copy link

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:

  1. Create Python venv in OMVS python3 -m venv python-venv
  2. Activate venv . python-venv/bin/activate
  3. Install smfexplorer-1.1.9-py3-none-any.whl pip3 install smfexplorer-1.1.9-py3-none-any.whl
  4. See error

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.

@maredua2201 maredua2201 added the bug Something isn't working label Jun 5, 2024
@giao-nguyen-quynh giao-nguyen-quynh self-assigned this Jun 6, 2024
@giao-nguyen-quynh
Copy link
Member

Thanks for reporting this. Currently smfexplorer does not support z/OS yet, but we are working on this support

@giao-nguyen-quynh
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants