We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ModuleNotFoundError: No module named 'xenon'
After running
pip3 install -r requirements.txt
Running script gives RuntimeError: Could not find 'xenon-grpc' jar file. error.
RuntimeError: Could not find 'xenon-grpc' jar file.
This error will be fixed by xenon-middleware/pyxenon#41
The text was updated successfully, but these errors were encountered:
https://pypi.org/project/pyxenon/3.0.1/ has been released, please install that one inside the VM.
Sorry, something went wrong.
It does seem to work with the venv36 setup as described in https://github.com/xenon-middleware/xenon-tutorial/tree/master/vm-prep
The pyxenon test do not seem to work for me though....
(edit: this is with 3.0.0)
jspaaks
No branches or pull requests
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
Running script gives
RuntimeError: Could not find 'xenon-grpc' jar file.
error.This error will be fixed by xenon-middleware/pyxenon#41
The text was updated successfully, but these errors were encountered: