hpssjellis / fourth-tensorflow

Forth attempt at making tensorflow easier for windows users
MIT License
13 stars 7 forks source link

tensorflow cannot be installed using https://github.com/hpssjellis/forth-tensorflow.git #1

Open woodcreek685 opened 8 years ago

woodcreek685 commented 8 years ago

Hi,

I had tried to use the url, https://github.com/hpssjellis/forth-tensorflow.git, to install tensorflow on cloud9 several times, none were successful.

I noticed that error messages beginning to pop up from the following statements, and there are tons of warnings and error messages printed in the console thereafter.

I really appreciate if you can show me direction on how to successfully install tensorflow on cloud9.

Thanks.

Downloading/unpacking partd>=0.3.3 (from dask[dataframe]) Downloading partd-0.3.4-py2.py3-none-any.whl Downloading/unpacking cloudpickle>=0.2.1 (from dask[dataframe]) Downloading cloudpickle-0.2.1-py2.py3-none-any.whl Downloading/unpacking pandas>=0.18.0 (from dask[dataframe]) Downloading pandas-0.18.1.tar.gz (7.3MB): 7.3MB downloaded Running setup.py (path:/home/ubuntu/virtual-tf/build/pandas/setup.py) egg_info for package pandas Running from numpy source directory. /tmp/easy_install-j1MglF/numpy-1.11.1/setup.py:327: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command, proceeding with " /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] int exp (void); ^ _configtest.o: In function main': /tmp/easy_install-j1MglF/numpy-1.11.1/_configtest.c:6: undefined reference toexp' collect2: error: ld returned 1 exit status _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] int exp (void);

  ...........................
hpssjellis commented 8 years ago

This is what I dislike about installing from scratch instead of making a Dockerfile (long story why I haven't made a dockerfile for tensorflow!). I just tried the forth tensorflow repository on cloud9 yesterday and it worked. You just tried it and it did not work. You can always share or clone your cloud9 site with jerteach and I can have a look at it. Make sure you give me both read and write access.