Issues with Setting up Aesara #1267
Replies: 5 comments
-
Can you give us specifics about you local setup? It's impossible for me to give you an answer otherwise; following the steps works on my machine. |
Beta Was this translation helpful? Give feedback.
-
I'm also confused because the developer guide does not recommend running |
Beta Was this translation helpful? Give feedback.
-
@rlouf Output of
The steps I followed for my local setup -
For running aesara tests I followed this - how to test that aesara works properly.
|
Beta Was this translation helpful? Give feedback.
-
This is no longer an issue. I am able to build the documentation without installing |
Beta Was this translation helpful? Give feedback.
-
The other test failures due |
Beta Was this translation helpful? Give feedback.
-
I am running into a few issues while setting up
aesara
on my laptop, I am raising this issue to see if others have faced the same problem and if there is a fix, or if I am doing anything wrong while setting it up.I am using this guide to setup and test the installation.
On the latest main branch commit(
c7ff283de
) following things are failing -python setup.py install
I ranpytest tests/
from theaesara
home directory and the following tests failed. I recently raised a PR and the CI system passed with all green, so clearly, these tests are only failing locally on my laptop. I am not sure if I am doing anything wrong while running the tests -These are not the only failures, there are more which I did not update here, because the list would be too long.
When I try to install the documentation dependencies with this command- no longer an issue due to this commentpip install -r requirements-rtd.txt
it throws the following errorVersions and main components
python setup.py install
( built with the latest commitc7ff283de
)Beta Was this translation helpful? Give feedback.
All reactions