philsv
philsv
Python: 3.10 OS: ubuntu 22.04 (LTS) running in bitbucket pipelines [image: atlassian/default-image:4](https://support.atlassian.com/bitbucket-cloud/docs/use-docker-images-as-build-environments/#Default-build-environment) Tried running on windows and WSL2 with no issues, but as I wanted to automate this script via...
### Describe the bug Today I encounter this traceback error: Traceback (most recent call last): File "", line 1, in File "C:\Users\user\anaconda3\envs\py11\Lib\site-packages\arcticdb\arctic.py", line 342, in list_libraries return self._library_manager.list_libraries() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ arcticdb_ext.exceptions.InternalException:...
I have seen: https://pypi.org/project/imagebind-package/ on pypi but I would rather be able to e.g. `pip install imagebind-facebook` directly from this repository would this be possible?
### Describe the bug I have the following error arcticdb_ext.exceptions.InternalException: E_ASSERTION_FAILURE Invalid dtype 'UNKNOWN' in visit dim. Reverting back to older version brings no resolution to the issue. I have...
### Describe the bug How can I get rid of this log messaging? ``` See here for more information: https://docs.arcticdb.io/technical/on_disk_storage/#symbol-list-caching To resolve, run `list_symbols` through to completion frequently. Note: This...
**Is your feature request related to a problem? Please describe.** I need pandas 2.2 for some of my dependencies. But great-expectations is not compatible as of now with pandas>=2.2 Would...