robbiebarrat / rapping-neural-network

Rap song writing recurrent neural network trained on Kanye West's entire discography
1.04k stars 167 forks source link

Pybrain help #9

Closed Borzborz closed 7 years ago

Borzborz commented 7 years ago

I'm having a problem running deeprap.py in terminal, I keep getting a "No module named 'structure'" error. And I have Pybrain version 0.3.3 installed on my mac.

robbiebarrat commented 7 years ago

Can you paste the output of terminal when you try to run deeprap.py here? Also; what operating system are you using?

Borzborz commented 7 years ago
screen shot 2017-03-24 at 7 12 04 am

im running a macOS Sierra

robbiebarrat commented 7 years ago

download the .zip file of the entire pybrain project from github at https://github.com/pybrain/pybrain and after unzipping it, go inside it from terminal and run

python setup.py install

that should work - let me know.

robbiebarrat commented 7 years ago

Guess it worked, considering it's been ~2 weeks... Hope all is well!