In python3.8 I get Unable to find installation candidates for tensorflow (1.12.2)
Which python3 was this built with? Tensorflow has specific requirements. Specifying in Readme it would be great.
Also as an aside, a setup.py or pyproject.toml file (poetry is a nicer way than setuptools) will make this a distributable python package
In python3.8 I get
Unable to find installation candidates for tensorflow (1.12.2)Which python3 was this built with? Tensorflow has specific requirements. Specifying in Readme it would be great.
Also as an aside, a
setup.pyorpyproject.tomlfile (poetry is a nicer way than setuptools) will make this a distributable python package