You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.
Hi @kennethreitz! Thank you for creating this convenience package.
I'm having an issue installing white. It looks like the package isn't installing the black dependency.
If I pipenv (or just pip) install white, the white package installs successfully; however, the black package isn't installed.
$ pip install white
Fri Apr 6 16:25:15 2018
Collecting white
Using cached white-0.1.2-py2.py3-none-any.whl
Installing collected packages: white
Successfully installed white-0.1.2
$ pip list
Package Version
---------- -------
pip 9.0.3
setuptools 39.0.1
white 0.1.2
$ white --help
Traceback (most recent call last):
File "/Users/chrlunsf/dev/tmp/white/venv/bin/white", line 7, in<module>
from white import main
File "/Users/chrlunsf/dev/tmp/white/venv/lib/python3.6/site-packages/white.py", line 3, in<module>
import black
ModuleNotFoundError: No module named 'black'
Hi @kennethreitz! Thank you for creating this convenience package.
I'm having an issue installing white. It looks like the package isn't installing the black dependency.
If I pipenv (or just pip) install white, the white package installs successfully; however, the black package isn't installed.
pipenv-install-white.log
The text was updated successfully, but these errors were encountered: