question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pip Install error

See original GitHub issue

As far as I know, pip install requires a setup.py file. Running the command given in the “Installing TensorFlow Privacy” (pip install -e ./privacy) throws the following error:

Directory './privacy' is not installable. File 'setup.py' not found.

Am I missing something here?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
npapernotcommented, Dec 28, 2018

The README was just updated, thanks again for spotting this.

1reaction
greninjacommented, Dec 27, 2018

You have added it in the root folder. Changing pip install -e ./privacy to pip install -e . in the README should do the job 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does "pip install" inside Python raise a SyntaxError?
pip is run from the command line, not the Python interpreter. It is a program that installs modules, so you can use them...
Read more >
Python pip install invalid syntax Solution - Career Karma
The pip install invalid syntax error is raised when you try to install a Python package from the interpreter. To fix this error,...
Read more >
How to Install Pip on Windows - ActiveState
One of the most common problems with running Python tools like pip is the “not on PATH” error. This means that Python cannot...
Read more >
How to install modules with PIP (and fix it when it fails) - Medium
First make sure that you have installed Python.​​ The main way to do this is to go to PyPi and search for your...
Read more >
PIP Install Invalid Syntax - Don't Miss the Description - YouTube
PIP Install Invalid Syntax - PIP Syntax Error - Quick Solution - Don't Miss the Description. 54K views 1 year ago. Code ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found