Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
238e0c7
1
Parent(s):
df78974
require python 3.9 in readme (#15)
Browse files
README.md
CHANGED
|
@@ -7,7 +7,15 @@ you can try vampnet in a co-creative looper called unloop. see this link: https:
|
|
| 7 |
|
| 8 |
# Setting up
|
| 9 |
|
| 10 |
-
Requires Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
install VampNet
|
|
|
|
| 7 |
|
| 8 |
# Setting up
|
| 9 |
|
| 10 |
+
**Requires Python 3.9**.
|
| 11 |
+
|
| 12 |
+
you'll need a Python 3.9 environment to run VampNet. This is due to a [known issue with madmom](https://github.com/hugofloresgarcia/vampnet/issues/15).
|
| 13 |
+
|
| 14 |
+
(for example, using conda)
|
| 15 |
+
```bash
|
| 16 |
+
conda create -n vampnet python=3.9
|
| 17 |
+
conda activate vampnet
|
| 18 |
+
```
|
| 19 |
|
| 20 |
|
| 21 |
install VampNet
|