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.

Show error when installing dependency fails?

See original GitHub issue

A package that I included in my Pipfile failed to install when I ran pipenv install, so pipenv failed with the message

pip.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in <source directory>

Would it be a good idea for pipenv to show more information when the install fails (possibly behind the --verbose flag)?

(By the way, I’m getting this error with a local dependency—not sure if that makes a difference.)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
techalchemycommented, May 9, 2018

Yup, I have no clue what precise things were present in whatever old version you’re using, if you want support, install the new version and describe the problem if you encounter it. Thanks for filing this issue and sorry for the frustration.

1reaction
uranusjrcommented, May 8, 2018

Okay since you said so I’ll just say I don’t know. The code it there for me to trace, but I’m too lazy to look it up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to resolve dependency tree error when installing npm ...
You have dependency conflict (incorrect and potentially broken dependency) as it says, so try to run the command with --force , or --legacy-peer ......
Read more >
Unable to resolve dependency tree error in Angular while ...
To fix Unable to resolve dependency tree error in Angular while installing `npm` packages follow the below steps. 1. Run `npm install --save ......
Read more >
How to Fix “Failed to Install a Dependency” on Kodi
1. Clear the Kodi Cache ... Clearing the cache on Kodi sometimes helps you fix the error “failed to install a dependency.” Deleting...
Read more >
"Unable to resolve dependency tree" error during NPM install ...
The error I posted is the error that occurs when I attempt to run npm install . It doesn't appear that a package-lock...
Read more >
NPM Dependency errors? Then You're doing it wrong. - Medium
The answer is bad dependency tree management. This is a common problem within the NPM ecosystem which every developer faces. Libraries are changing...
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