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

OSX PIP Install: Setup.py missing #45

Closed
joshpearce opened this issue Nov 9, 2015 · 1 comment
Closed

OSX PIP Install: Setup.py missing #45

joshpearce opened this issue Nov 9, 2015 · 1 comment

Comments

@joshpearce
Copy link

I have Python 2.7.4 installed from MacPorts on El Capitan

This seems to be a more fundamental error that the "six" dependency.

/var/folders/_1/nd1fyl516b79rmsz9xs3_wsc0000gn/T/pip-2CPCqy-build/setup.py is indeed not there.

(tensor)joshuapearce@ZOSIMA:~$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
Downloading/unpacking https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
  Downloading tensorflow-0.5.0-py2-none-any.whl (9.8MB): 9.8MB downloaded
  Running setup.py egg_info for package from https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
    IOError: [Errno 2] No such file or directory: '/var/folders/_1/nd1fyl516b79rmsz9xs3_wsc0000gn/T/pip-2CPCqy-build/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

IOError: [Errno 2] No such file or directory: '/var/folders/_1/nd1fyl516b79rmsz9xs3_wsc0000gn/T/pip-2CPCqy-build/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /var/folders/_1/nd1fyl516b79rmsz9xs3_wsc0000gn/T/pip-2CPCqy-build
Storing complete log in /Users/joshuapearce/.pip/pip.log
(tensor)joshuapearce@ZOSIMA:~$ python --version
Python 2.7.4
@joshpearce
Copy link
Author

Solved by updating PIP

ilblackdragon added a commit to ilblackdragon/tensorflow that referenced this issue Mar 9, 2016
tarasglek pushed a commit to tarasglek/tensorflow that referenced this issue Jun 20, 2017
* improve image processing performance for Inception.
lissyx added a commit to lissyx/tensorflow that referenced this issue Dec 4, 2017
Build multiple python versions of TensorFlow package
whchung referenced this issue in ROCm/tensorflow-upstream Apr 25, 2018
Change to add "-DEIGEN_USE_HIP" as a default CXXOPT
cjolivier01 pushed a commit to Cerebras/tensorflow that referenced this issue Dec 6, 2019
…r_reporting

Log errors for unimplemented math functions.
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

1 participant