uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipenv defaults to >= Python 3.6

mbartling opened this issue · comments

We need to default this to Python 2.7 to be compliant with mbed.

But code generator does not need mbed cli.
Why should we impose such requirement?

because most industry settings comply with 2.6 or 2.7. And a lot of these guys do not have python 3 on their systems and or don't know how to properly work with multiple python versions.

I've add requirements.txt in the repo.
And I tested with virtualenv already and it's working.
I think it's not a issue anymore.

@mbartling
Closing it.
If you see any other issue related to this issue, you can reopen it later.