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
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 NoneAssertionErrorERROR Backend subprocess exited when trying to invoke get_requires_for_build_sdist
I want to set up a local aesara dev environment. I started by creating the
condaenv 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 buildThis ends up with the following error: