You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/casillas/PycharmProjects/MiniQMT/qstocktest.py", line 1, in
import qstock as qs
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/qstock/init.py", line 9, in
from qstock.data.trade import *
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/qstock/data/trade.py", line 21, in
from qstock.data.util import (request_header, session, market_num_dict,
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/qstock/data/util.py", line 150, in
js_code = py_mini_racer.MiniRacer()
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/py_mini_racer/py_mini_racer.py", line 178, in init
self.class.ext = _build_ext_handle()
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/py_mini_racer/py_mini_racer.py", line 132, in _build_ext_handle
_ext_handle.mr_eval_context.argtypes = [
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/init.py", line 387, in getattr
func = self.getitem(name)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/init.py", line 392, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(0x6bfb6b00, mr_eval_context): symbol not found
Exception ignored in: <function MiniRacer.del at 0x104aefee0>
Traceback (most recent call last):
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/py_mini_racer/py_mini_racer.py", line 315, in del
self.ext.mr_free_context(getattr(self, "ctx", None))
AttributeError: 'NoneType' object has no attribute 'mr_free_context'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/casillas/PycharmProjects/MiniQMT/qstocktest.py", line 1, in
import qstock as qs
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/qstock/init.py", line 9, in
from qstock.data.trade import *
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/qstock/data/trade.py", line 21, in
from qstock.data.util import (request_header, session, market_num_dict,
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/qstock/data/util.py", line 150, in
js_code = py_mini_racer.MiniRacer()
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/py_mini_racer/py_mini_racer.py", line 178, in init
self.class.ext = _build_ext_handle()
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/py_mini_racer/py_mini_racer.py", line 132, in _build_ext_handle
_ext_handle.mr_eval_context.argtypes = [
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/init.py", line 387, in getattr
func = self.getitem(name)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/init.py", line 392, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(0x6bfb6b00, mr_eval_context): symbol not found
Exception ignored in: <function MiniRacer.del at 0x104aefee0>
Traceback (most recent call last):
File "/Users/casillas/PycharmProjects/MiniQMT/.venv/lib/python3.9/site-packages/py_mini_racer/py_mini_racer.py", line 315, in del
self.ext.mr_free_context(getattr(self, "ctx", None))
AttributeError: 'NoneType' object has no attribute 'mr_free_context'
The text was updated successfully, but these errors were encountered: