basveeling / wavenet

Keras WaveNet implementation
https://soundcloud.com/basveeling/wavenet-sample
1.06k stars 219 forks source link

Error with 'pip install -r requirements.txt' #16

Closed cozec closed 7 years ago

cozec commented 7 years ago

with Ubuntu 14, as I am following these steps:

- Activate a new virtualenv (recommended):

ValueError: ('Expected version spec in', 'picklable_itertools~=0.1.1', 'at', '~=0.1.1')

muzaluisa commented 7 years ago

When I was installing out of anaconda, I had the same error.

With conda installation it worked fine conda create -n wavenet numpy

basveeling commented 7 years ago

What version of pip are you using?