Open yesito opened 3 months ago
Hi @yesito,
Thanks for pointing this out! Unfortunately, Bodo isn't installable directly on Windows currently (adding support is on our roadmap), as the installation guide suggests. We're sorry for the mix-up between the documentation and the actual installation process. We're updating the docs to avoid the confusion.
In the meantime, you might want to try installing it using WSL, and we'd be happy to help with any issues you face there.
We also have a community slack in case that is a better channel for iterating on this.
We are also working on reviving our pip support which has been on hold as we've had trouble packaging Arrow correctly, so this won't be an issue much longer.
Thanks for your patience and for helping us improve!
In pypi (https://pypi.org/project/bodo/) bodo's latest version is 2022.7.4. This only allows me to use python 3.10.
In the quick start guide (https://docs.bodo.ai/2024.4/installation_and_setup/install/) I noticed that somehow it is possible to use python version 3.12 with bodo library:
With that said, all of these commands run just fine:
conda create -n Bodo python=3.12 -c conda-forge
conda activate Bodo
but this command fails to solve the environment:
conda install bodo -c bodo.ai -c conda-forge
Is this an error or expected behavior? The guide leads me to think that we are able to install bodo's latest version on windows, hence:
However, at anaconda package repo (https://anaconda.org/bodo.ai/bodo)
There are no bodo installers for windows.
Is it possible to install bodo 2024.8 on windows? do i have to use wsl?