ExtensityAI / symbolicai

Compositional Differentiable Programming Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python version alignment?

jabowery opened this issue · comments

Install failed for me, apparently because the latest python version (11) is incompatible with some of the symbolicai dependencies.

I got it to install with:

mamba env update --file environment.yml --prune

where:

$ cat environment.yml 
name: symbolicai
dependencies:
  - python<3.11
  - pip:
    - symbolicai

Thank you for addressing this. Currently, PyTorch is not fully supported with Python 3.11. See also here: pytorch/pytorch#86566

For now, I added an environment.yml to the repository where one can use as you suggest conda / mamba to resolve the versioning.

commented

Closed. Python 3.11.x works with our framework.