databento-python
databento-python copied to clipboard
Unable to import library
Expected Behavior
import databento
Actual Behavior
I'm unable to run any cell with import databento, either my kernel crashes or it just run indefinitely
Steps to Reproduce the Problem
- create a cell in a notebook or a script with import databento in it
Specifications
- OS Platform: I'm mac pro M1 on vs code
- Databento Version: Latest version of databento
Hey there. What is the error or exception you are seeing?
One thing to try is importing the dependencies of databento-python to see if any of these other packages are causing the problem. The dependencies are listed in the pyproject.toml.
I'm going to close this issue for now, but feel free to re-open it if there is more to discuss.