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

Git archive warnings when building wheel

maresb opened this issue · comments

Since merging #1405 we seem to be getting some strange warnings in the "Build the sdist and the wheel" stage. For example https://github.com/aesara-devs/aesara/actions/runs/4095796538/jobs/7062976551:

* Building wheel...
/tmp/build-env-hurhkoeo/lib/python3.8/site-packages/setuptools_scm/git.py:295: UserWarning: git archive did not support describe output
  warnings.warn("git archive did not support describe output")
/tmp/build-env-hurhkoeo/lib/python3.8/site-packages/setuptools_scm/git.py:312: UserWarning: unexported git archival found
  warnings.warn("unexported git archival found")
Successfully built aesara-2.8.11.dev13+g1de9e759f.tar.gz and aesara-2.8.11.dev13+g1de9e759f-py3-none-any.whl