Zulko / pianoputer

Use your computer keyboard as a "piano".
http://zulko.github.io/blog/2014/03/29/soundstretching-and-pitch-shifting-in-python/
Other
324 stars 92 forks source link

Can i install this with python 3.11? #28

Open oddsito opened 1 year ago

oddsito commented 1 year ago

Can i install this with python 3.11? im not very skilled with computers, the only way is with python 3.6-3.7 higher? is there a way to run this or install this with python 3.11?

yoyoberenguer commented 10 months ago

Hello,

Pianoputer is compatible with python 3.11 but you will run into a source code issue, but don't worry nothing too difficult

1 - please check issue #31 pitch_shift() takes 1 positional argument but 2 positional arguments (and 1 keyword-only argument) were given To install pianoputer for python311 just use pip

pip install pianoputer

2 - Then follow the steps in issue #31