brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
249 stars 26 forks source link

Python version for dkbuilder #28

Closed Rippert closed 3 years ago

Rippert commented 3 years ago

I have an issue with the dependencies listed to run dkbuilder. My distribution has a conflict between the packages virtualenv and python-virtualenv. The former is python3 and it explicitly breaks the latter which is python2. Since virtualenv is a meta-package, I think I can just install the other listed dependencies to get a python2 setup or use the versions prefaced with python3- to get a python3 setup.

Should I install the python3 versions of all dependencies or the python2 versions?

Certainly not your fault, but this is one of the things I hate about Python.

brummer10 commented 3 years ago

Dkbuilder only work with python2. Just leave out the virtualenv when it is only python3.

Rippert commented 3 years ago

OK. Thank You.