fluiddyn / transonic

:rocket: Make your Python code fly at transonic speeds!

Home Page:https://transonic.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transonic fails silently if pythran isn't installed...

jeanlaroche opened this issue · comments

I know this is silly, but I ran into this. On a fresh install of python 3.6 where I forgot to install pythran, I tried to use transonic. I didn't get any failure alert, the normal python code ran and of course no compilation happened.
I'm guessing this is so because transonic can handle more than pythran...
Just wanted to alert you guys to that fact.
J.

This is intended. And yes, transonic should do nothing if no "backends" are installed. Should a warning be emitted?

no no, as long as this is by design, we're all good.