This is mentioned on another thread, but I'm raising it again here with a
report from a hermetic environment.

To reproduce the failure:

mkdir beancount-install-test
cd beancount-install-test/
git clone https://github.com/beancount/beancount
python -m venv beancount-venv
source beancount-venv/bin/activate
cd beancount
python -m pip install -e .
python -m pip install pytest
make test

produces a bunch of ninja temp file errors of the form:

....
ERROR beancount/utils/test_utils.py - FileNotFoundError: [Errno 2] No such
file or directory: '/tmp/pip-build-env-o10kn_dq/normal/bin/ninja'
ERROR beancount/utils/test_utils_test.py - FileNotFoundError: [Errno 2] No
such file or directory: '/tmp/pip-build-env-o10kn_dq/normal/bin/ninja'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 79 errors during
collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================================== 79 errors in 2.82s
==================================================
make: *** [Makefile:150: test] Error 2

I also tried:
python -m pip install ninja

but I get the same failures after that.

There seems to be something very weird with some of the dev mode
dependencies.

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAFXPr0t%2BO0ji%2B8AzEv7T2_dqsWGR4F%2BCCtjYzayVrMuTXqDW6A%40mail.gmail.com.

Reply via email to