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
create a new virtualenv (make sure it's the same Python version);
clone this repository;
run pip install -e .;
make sure it's sane by running python setup.py test; and
run black like you did last time.
Just dropping by here because it told me to: "error: cannot format /Users/jaime/osmo/cosmobot-deep-learning/cosmobot_deep_learning/preprocess_image_test.py: INTERNAL ERROR: Black produced code that is not equivalent to the source. Please report a bug on https://github.com/ambv/black/issues. This diff might be helpful: /var/folders/5g/6ydq2ctj7px9fkq309znm_fr0000gn/T/blk_d_si_ol7.log"
Howdy! Sorry you're having trouble. To expedite your experience,
provide some basics for me:
Operating system: Mac OS 10.14
Python version: 3.6.5
Black version: 19.3b0
Does also happen on master:
To answer the last question, you have two options:
pip install -e .
;python setup.py test
; andblack
like you did last time.Just dropping by here because it told me to: "error: cannot format /Users/jaime/osmo/cosmobot-deep-learning/cosmobot_deep_learning/preprocess_image_test.py: INTERNAL ERROR: Black produced code that is not equivalent to the source. Please report a bug on https://github.com/ambv/black/issues. This diff might be helpful: /var/folders/5g/6ydq2ctj7px9fkq309znm_fr0000gn/T/blk_d_si_ol7.log"
blk_d_si_ol7.log
I don't actually care about the issue so if this info isn't helpful please feel free to close.
The text was updated successfully, but these errors were encountered: