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
Bug
Installed from pip
MacOS 15.1
python --version
3.11.9
pip show pythonmonkey
1.1.0
Hi, I attempted to load the lightstreamer-client JavaScript library in Python using PythonMonkey as shown below:
lightstreamer-client
import pythonmonkey as pm lsc = pm.require("lightstreamer-client")
However, I encountered the following error:
Traceback (most recent call last): File ".../test.py", line 4, in <module> lsc = pm.require("lightstreamer-client") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/pythonmonkey/require.py", line 431, in require return createRequire(filename)(moduleIdentifier) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: PythonMonkey cannot find a running Python event-loop to make asynchronous calls.
Could you provide guidance on how to resolve this issue? Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Bug
How did you install PythonMonkey?
Installed from pip
OS platform and distribution
MacOS 15.1
Python version (
python --version
)3.11.9
PythonMonkey version (
pip show pythonmonkey
)1.1.0
Bug Description
Hi,
I attempted to load the
lightstreamer-client
JavaScript library in Python using PythonMonkey as shown below:However, I encountered the following error:
Could you provide guidance on how to resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered: