-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update install requirements #40
Comments
[pyenv] ubuntu@LunderVand:~/repos $ pip install nb_black × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
This broke my install too |
Slightly off topic, but how would I install @IsaGrue's commit into my environment until this package is updated? |
@Burn1n9m4n please see comment from @leifdenby on this earlier issue. Looks like you could run a similar command to the following to install @IsaGrue's fork with one extra commit.
However, this workaround will not be suitable for everyone. Please can we get a proper fix for this soon? It's stopping people installing what is otherwise a very useful package. |
Sharing the link to the Pull Request I opened to fix this. Hopefully it get's reviewed and merged soon. |
Still affected by this. does anyone know if there's a workaround? downgrading to a previous well known version? |
@efab2022 downgrading to 1.0.5 seems to fix this issue during my install |
Setuptools 67.6.1 doesn't work with the way the install_requres is used in the
setup.py
file:Can we please fix it? I think the fix implimented in @IsaGrue's fork here will do the trick:
https://github.com/IsaGrue/nb_black
The text was updated successfully, but these errors were encountered: