IBM / IBM-SMF-Explorer

IBM SMF Explorer is a Python framework to access SMF data
https://ibm.github.io/IBM-SMF-Explorer/
Apache License 2.0
17 stars 3 forks source link

setup.ps1 fails with ModuleNotFoundError: No module named 'setuptools.extern.six' #6

Closed edjaffe closed 11 months ago

edjaffe commented 11 months ago

Hello,

I wish to try out the IBM SMF Explorer with z/OS 3.1 and my Windows 10 PC desktop.

Following the instructions at https://ibm.github.io/IBM-SMF-Explorer/get-started/ I installed python and downloaded the IBM SMF Explorer python package from my z/OS system. Running .\setup.bat (which runs .\setup.ps1 in Powershell) ends with ModuleNotFoundError: No module named 'setuptools.extern.six'.

I installed setuptools with pip, but the problem persists.

My software levels are: Python 3.12.0 pip 23.2.1 setuptools 68.2.2

Please advise...

Thanks,

Ed Jaffe

giao-nguyen-quynh commented 11 months ago

Hello Ed,

thanks for your interest for SMF Explorer. Currently we are only supporting Python 3.8 to 3.10. You can try downgrading Python.

Hope this helps.

edjaffe commented 11 months ago

That worked!

Your doc currently states "Python 3.8 or higher." Please correct this.

Thanks, Ed Jaffe

KhadijaSouissi commented 11 months ago

Thanks for letting us know, Ed! We appreciate your feedback. We will adjust the description accordingly.

Best regards

Khadija Souissi

From: edjaffe @.> Date: Monday, 9. October 2023 at 23:57 To: IBM/IBM-SMF-Explorer @.> Cc: Subscribed @.***> Subject: [EXTERNAL] Re: [IBM/IBM-SMF-Explorer] setup.ps1 fails with ModuleNotFoundError: No module named 'setuptools.extern.six' (Issue #6) That worked! Your doc currently states "Python 3. 8 or higher. " Please correct this. Thanks, Ed Jaffe — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread. Message ZjQcmQRYFpfptBannerStart This Message Is From an External Sender This message came from outside your organization. Report Suspicious https://us-phishalarm-ewt.proofpoint.com/EWT/v1/PjiDSg!2U-u7PHcpZfVGYnUdkLrJ17oD2wh0oGiwm62HGmSgJwbO_pqV-EodQtsDnhv0uzsZ2bme4Yoit4l4pIdylnRJIiPkSEZdsu7rcMHo6U$ ‌ ZjQcmQRYFpfptBannerEnd

That worked!

Your doc currently states "Python 3.8 or higher." Please correct this.

Thanks, Ed Jaffe

— Reply to this email directly, view it on GitHubhttps://github.com/IBM/IBM-SMF-Explorer/issues/6#issuecomment-1753937824, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AYU72WMEXEFBSMZ5FOY5LULX6RXLLAVCNFSM6AAAAAA5YESBLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJTHEZTOOBSGQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

edjaffe commented 11 months ago

Thank You!