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

cannot train with ml engine/install it #11

Open
brandondutra opened this issue Mar 9, 2017 · 5 comments
Open

cannot train with ml engine/install it #11

brandondutra opened this issue Mar 9, 2017 · 5 comments

Comments

@brandondutra
Copy link

Found this while trying cloud training. Error can be done locally with:

$ pwd
.../tensorfx/build/dist
$ pip install --upgrade --force-reinstall tensorfx-0.1.4.tar.gz
Processing ./tensorfx-0.1.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-qs8P7n-build/setup.py", line 22, in
with open('requirements.txt') as rf:
IOError: [Errno 2] No such file or directory: 'requirements.txt'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-qs8P7n-build/

@brandondutra
Copy link
Author

problem: setuptools >= 34.3.1 is needed. I built the tar ball with 28.2.0 the first time and got this error.

@brandondutra
Copy link
Author

brandondutra commented Mar 9, 2017

sent PR #12 to check for this in build.sh. min setuptools needed is 30

@nikhilk
Copy link
Contributor

nikhilk commented Mar 10, 2017

Is this a pecularity of the internal goobuntu setup? I certainly didn't hit it on my mac where I use miniconda (but not a virtual or conda env).

@brandondutra
Copy link
Author

which version of setuptools did you use?

@nikhilk
Copy link
Contributor

nikhilk commented Mar 11, 2017

I used whatever comes by standard with miniconda (as far as I remember, I didn't install it explicitly) which happens to be 34.2.0.

I checked on ubuntu. It is 26.1.1, and so this must be an ubuntu thing.

Does it make sense to require using miniconda as a starting point for the development enviornment, so there is a possibility of consistent environment?

@nikhilk nikhilk added this to the 0.5 Release milestone Mar 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants