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
A very basic test of the dxfeed api results in an error when attempting to import DXFeePy from dxfeed.core
To Reproduce
I created a very basic file with only the following import statements:
importdxfeedasdxfromdatetimeimportdatetime# for timed subscription
Behavior
Full trace:
Traceback (most recent call last):
File "~/dxfeed-python-api/tastytrade_sdk_demo.py", line 1, in<module>
import dxfeed as dx
File "~/dxfeed-python-api/dxfeed/__init__.py", line 1, in<module>
from dxfeed.wrappers.endpoint import Endpoint
File "~/dxfeed-python-api/dxfeed/wrappers/endpoint.py", line 1, in<module>
from dxfeed.core import DXFeedPy as dxp
ImportError: cannot import name 'DXFeedPy' from 'dxfeed.core' (~/dxfeed-python-api/dxfeed/core/__init__.py)
Expected behavior
I expected all modules to be imported without error
Environment:
OS: MacOS 14.4.1
Python version: 3.9.16 (also fails with 3.10.11 and 3.11.3)
Package version: 0.5.3 (via git repository -- running poetry install on tar.gz file resulted in compilation errors)
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Behavior
Full trace:
Expected behavior
Environment:
poetry install
on tar.gz file resulted in compilation errors)Additional context
The text was updated successfully, but these errors were encountered: