Cider appears to lack compatibility with the brew-pip package. Whenever cider missing is run, it returns an error when attempting to capture data related to packages installed via brew-pip. To duplicate this error, run:
brew install brew-pip
then install any package from PyPi using:
brew pip pypi_package_name
and then attempt to use cider missing to generate a cider file. It should return the error:
'brew uses --installed --recursive pypi_package_name' failed with code 1
I love the idea of cider, but since it errors out each time I try to use cider missing, I am uninstalling until this bug is fixed.
Cider appears to lack compatibility with the
brew-pip
package. Whenevercider missing
is run, it returns an error when attempting to capture data related to packages installed viabrew-pip
. To duplicate this error, run:brew install brew-pip
then install any package from PyPi using:
brew pip pypi_package_name
and then attempt to use
cider missing
to generate a cider file. It should return the error:'brew uses --installed --recursive pypi_package_name' failed with code 1
I love the idea of
cider
, but since it errors out each time I try to usecider missing
, I am uninstalling until this bug is fixed.