Hello,
I am trying to run some python script on Tommy server, however it seems like that my server is missing some important python modules my script require.
I am using python 3.12 version.
I have checked the list of already installed modules and found that the modules listed below are still not installed in it.
json5 v0.9.1
schedule v1.2.2
delta-rest-client v1.0.13
And the below listed modules are the part of Python's standard library so it should be installed for python 3.12 (since I am using python 3.12 version)
hmac
hashlib
argparse
signal
os
logging
dataclass
Please install all the above listed modules in my account.
Thanks in advance