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
Hi,
your project seems innovative but I hit the wall with arcticdb because it is actually not supported in python 3.11+ (I am using latest 3.12), so it would be correct to specify the limits. The project deployment via venv also does not find and install required packages (packages=find_packages() not activated?). I will try to resolve and post later. Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
thank you for your interest. Did you get it to work by now?
Sorry for not having the optimal setup to get started with the project right away. Publishing is new to me. I'm actually working on docker and planning containerizing this project at some point which should make it easier to get started.
Regarding your problem. If your python version is higher than the python version ArcticDB supports, you should indeed build with a virtual environment. I trust Man Group developers will at some point have the support ready for the latest python version.
If you are on MacOS it's best to build a virtual environment with conda and build the package with conda forge. See here: https://github.com/conda-forge/arcticdb-feedstock/?tab=readme-ov-file#current-release-info
Hi,
your project seems innovative but I hit the wall with arcticdb because it is actually not supported in python 3.11+ (I am using latest 3.12), so it would be correct to specify the limits. The project deployment via venv also does not find and install required packages (packages=find_packages() not activated?). I will try to resolve and post later. Thank you.
The text was updated successfully, but these errors were encountered: