HIPS / autograd

Efficiently computes derivatives of NumPy code.
MIT License
6.99k stars 912 forks source link

Error in install autograd: Mac OX 10.13.4 #387

Open HaoyangHan opened 6 years ago

HaoyangHan commented 6 years ago

Today I deleted autograd and want to re-install it. An issue happened that we have conflict package requirement:

awscli 1.15.9 has requirement colorama<=0.3.7,>=0.2.5, but you'll have colorama 0.3.8 which is incompatible.
h2o 3.18.0.2 has requirement colorama>=0.3.8, but you'll have colorama 0.3.7 which is incompatible.

So what could I do then?

HaoyangHan commented 6 years ago

My solution is to uninstall h20, but there seems to be conflict between packages?