On Tue, Nov 24, 2020 at 2:10 PM Seokhwan Cho <[email protected]> wrote:

> Hello,
>
> I’ve tried to build the library on my mac, but it’s failing on “make
> check” step.
> I’m using:
>   - macOS Catalina 10.15.7 (19H15)
>   - Python 3.9.0
>
> This is the error message I get:
>
> /Library/Developer/CommandLineTools/usr/bin/make  check-TESTS
> ./check.py: line 1: import: command not found
> ./check.py: line 2: import: command not found
> ./check.py: line 5: syntax error near unexpected token `('
> ./check.py: line 5: `srcdir = os.path.dirname(__file__)'
> FAIL: check.py
> =================================
> 1 of 1 test failed
> Please report to [email protected]
> =================================
> make[4]: *** [check-TESTS] Error 1
> make[3]: *** [check-am] Error 2
> make[2]: *** [check-recursive] Error 1
> make[1]: *** [check-recursive] Error 1
> make: *** [check] Error 2
>
>
> Do you have any suggestion?
>

python 3.8 works fine, so I assume it's a new 3.9 problem.
I haven't looked into that, sorry. But filing a github ticket might help.
Maybe some python specialist can fix that.

Or just pass --disable-python to configure

-- 
Reini Urban

Reply via email to