pipenv does not install
psionman opened this issue · 9 comments
psionman commented
pipenv does not install
ubuntumate 16.04
jeff@snowdon:~/bfg/event_builder$ brew install pipenv
Error: uninitialized constant Language::Python::Virtualenv
Please report this bug:
/home/jeff/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/pipenv.rb:2:in `<class:Pipenv>'
/home/jeff/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/pipenv.rb:1:in `load_formula'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:21:in `module_eval'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:21:in `load_formula'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:34:in `load_formula_from_path'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:83:in `load_file'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:74:in `klass'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:70:in `get_formula'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:207:in `factory'
/home/jeff/.linuxbrew/Library/Homebrew/formulary.rb:352:in `find_with_priority'
/home/jeff/.linuxbrew/Library/Homebrew/extend/ARGV.rb:20:in `block in formulae'
/home/jeff/.linuxbrew/Library/Homebrew/extend/ARGV.rb:16:in `map'
/home/jeff/.linuxbrew/Library/Homebrew/extend/ARGV.rb:16:in `formulae'
/home/jeff/.linuxbrew/Library/Homebrew/cmd/install.rb:44:in `install'
/home/jeff/.linuxbrew/Library/brew.rb:84:in `<main>'
sjackman commented
Please surround copied-and-pasted logs with triple back ticks. See GitHub Help / Quoting Code.
sjackman commented
I'm not able to reproduce this issue. Please run brew update
and report the output of brew config
and brew doctor
and the complete output of brew install pipenv
.
iMichka commented
It fails to build due to the pip/setuptools bug though: https://github.com/Linuxbrew/homebrew-core/pull/11586
I am waiting for upstream to cut a new release.
sjackman commented
brew install pipenv
and brew test pipenv
worked in linuxbrew/brew
Docker container.
psionman commented
Thanks guys. My pc cannot currently e accessed. I'll try again when
available
…On Sun, 17 Feb 2019, 04:13 Shaun Jackman, ***@***.***> wrote:
brew install pipenv and brew test pipenv worked in linuxbrew/brew Docker
container.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#937 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALhqxZtCDznifA9BFUiRKDtoArXTAP1oks5vONcFgaJpZM4a_Acz>
.
iMichka commented
The build passed in core, I will add the bottled back soon.
psionman commented
Please run `brew update`, `brew config` and `brew doctor`
Works after this. Thanks