aesara-devs / aesara

Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.

Home Page:https://aesara.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up aesara

Smit-create opened this issue · comments

I want to set up a local aesara dev environment. I started by creating the conda env and tried to make some changes and test aesara. It showed me to build or install aesara to import it so I tried the following:

% python3 -m build

This ends up with the following error:

File "/private/var/folders/43/clc5f7ln5sj3d3zwmnvpmpxm0000gn/T/build-env-23uc9q72/lib/python3.10/site-packages/setuptools_scm/git.py", line 224, in _git_parse_inner
    return meta(
  File "/private/var/folders/43/clc5f7ln5sj3d3zwmnvpmpxm0000gn/T/build-env-23uc9q72/lib/python3.10/site-packages/setuptools_scm/version.py", line 226, in meta
    parsed_version = _parse_tag(tag, preformatted, config)
  File "/private/var/folders/43/clc5f7ln5sj3d3zwmnvpmpxm0000gn/T/build-env-23uc9q72/lib/python3.10/site-packages/setuptools_scm/version.py", line 203, in _parse_tag
    assert version is not None
AssertionError

ERROR Backend subprocess exited when trying to invoke get_requires_for_build_sdist