uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/
Apache License 2.0
50 stars 40 forks source link

pipenv forcing python 2 breaks cli #6

Closed mbartling closed 6 years ago

mbartling commented 6 years ago

Steps to reproduce

pipenv --two install
pipenv shell
utensor-cli --help

Results in:

pkg_resources.DistributionNotFound: The 'backports.weakref>=1.0rc1' distribution was not found and is required by tensorflow
dboyliao commented 6 years ago

Um.... Maybe it's a bug of pipenv. Looking into it.

dboyliao commented 6 years ago

It seems like a internal bug of Tensorflow. https://github.com/tensorflow/tensorflow/issues/12967

Maybe add requirements.txt is a good work around. I'll close it after adding requirement file.