Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with installation #4

Open
niknoproblems opened this issue Jan 29, 2018 · 6 comments
Open

problem with installation #4

niknoproblems opened this issue Jan 29, 2018 · 6 comments

Comments

@niknoproblems
Copy link

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)
@oa98105
Copy link

oa98105 commented Apr 11, 2018

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'

@jakubtuchol
Copy link

@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.

@Mengyuliu0520
Copy link

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.

@danyaljj
Copy link

Same problem here (using python 3.7).

@ZeegCL
Copy link

ZeegCL commented Apr 26, 2019

Same problem here with Python 3.7

1 similar comment
@chaibialaa
Copy link

Same problem here with Python 3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants