Running the Xenon Python scripts
cd xenon-tutorial/readthedocs/code-tabs/python
python3 pyxenon_snippets/directory_listing.py
Gives ModuleNotFoundError: No module named 'xenon' error.
After running
pip3 install -r requirements.txt
Running script gives RuntimeError: Could not find 'xenon-grpc' jar file. error.
This error will be fixed by xenon-middleware/pyxenon#41
Running the Xenon Python scripts
cd xenon-tutorial/readthedocs/code-tabs/python python3 pyxenon_snippets/directory_listing.pyGives
ModuleNotFoundError: No module named 'xenon'error.After running
Running script gives
RuntimeError: Could not find 'xenon-grpc' jar file.error.This error will be fixed by xenon-middleware/pyxenon#41