chicksexer icon indicating copy to clipboard operation
chicksexer copied to clipboard

problem with installation

Open niknoproblems opened this issue 7 years ago • 6 comments

Message from pip:

Could not find a version that satisfies the requirement tensorflow==1.0.1 (from chicksexer) (from versions: 0.12.1, 1.0.0, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0)
No matching distribution found for tensorflow==1.0.1 (from chicksexer)

niknoproblems avatar Jan 29 '18 15:01 niknoproblems

Collecting chicksexer Using cached chicksexer-0.2.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-M6oXU5/chicksexer/setup.py", line 34, in requirements = open('requirements.txt', 'r').read().splitlines() File "/usr/lib/python2.7/codecs.py", line 896, in open file = builtin.open(filename, mode, buffering) IOError: [Errno 2] No such file or directory: 'requirements.txt'

oa98105 avatar Apr 11 '18 16:04 oa98105

@niknoproblems What version of Python are you using? I ran into this issue a couple of days ago, and it was because I was using Python 3.7, which is not yet supported by Tensorflow. I solved this issue by downgrading to Python 3.6.

jakubtuchol avatar Oct 22 '18 00:10 jakubtuchol

Message from pip:

Could not find a version that satisfies the requirement tensorflow==1.0.1 (from chicksexer) (from versions: 0.12.1, 1.0.0, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0)
No matching distribution found for tensorflow==1.0.1 (from chicksexer)

Same problem, since the neural network structure was given, considering write the classifier my self.

Mengyuliu0520 avatar Nov 20 '18 23:11 Mengyuliu0520

Same problem here (using python 3.7).

danyaljj avatar Feb 22 '19 08:02 danyaljj

Same problem here with Python 3.7

ZeegCL avatar Apr 26 '19 15:04 ZeegCL

Same problem here with Python 3.7

chaibialaa avatar Feb 12 '20 16:02 chaibialaa