-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on fedora 30 #60
Comments
I'm currently working on packaging, so there is some changes. I think that you're using the master branch with #57 merged, you can use pip to install superboucle : $ pip3 install -r requirements.txt
$ python3 setup.py install https://github.com/Vampouille/superboucle/blob/master/Dockerfile#L8-L10 Then you will have a script at |
@slyholborn you can run the |
Hello @Vampouille installation works but it won't launch superboucle : |
It seems that you try to run superboucle with python version 2, you need python3 to run superboucle. The $ docker run -ti fedora:30 bash [17:58:56]
Unable to find image 'fedora:30' locally
30: Pulling from library/fedora
9908e4690737: Pull complete
Digest: sha256:8a91dbd4b9d283ca1edc2de5dbeef9267b68bb5dae2335ef64d2db77ddf3aa68
Status: Downloaded newer image for fedora:30
[root@9916d34de78b /]# python3
Python 3.7.4 (default, Jul 9 2019, 16:32:37)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import configparser
>>> |
ok! did it by changing the the python version default with |
Interesting to test it on wayland !
Cool ! happy to see that you have at least the beautiful interface of superboucle ;-) one step forward ! I think the |
@slyholborn How do you launch superboucle ? Can you paste this script : #!/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'superboucle==1.2.0','console_scripts','superboucle'
__requires__ = 'superboucle==1.2.0'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('superboucle==1.2.0', 'console_scripts', 'superboucle')()
) The first line select a v3 python interpreter, Do you have the same line ? |
@Vampouille
|
Ok so it might related to wayland, did you try to set QT_QPA_PLATFORM=wayland superboucle I will do some test with wayland. |
I don't know how to do this... But i can try my sessions without wayland... |
You need to install an additional package, on debian it's called |
Just open a terminal and add
I don't known if this variable is mandatory for your setup, but I think the |
It behaves the same, but the message is now
|
I also have issues with the left menu : windows with bpm etc are not well positionned . |
This issue is now fixed on master. Can you update your local clone and retry ? |
Ok! I'll try it right now! |
It installs, connects to jack, but still this window issue and... i have no sound although all seems good... still trying! |
|
On arrete tout!! j'ai du son!!! Sorry, I've got sound : i just made mistake with my sound cards routings... everything works well except issues withe the left menu. |
Can you create a separate issue for issue about left menu with a screenshot ? |
Sure! |
Hello! i can't make it run en F30 : the stable one is impossible to route in jack and i've got errors wth the git one...
./SuperBoucle.sh python3: can't open file 'boucle.py': [Errno 2] No such file or directory
All deps seems fine? Do i mistake somewhere.?
Thanks!
The text was updated successfully, but these errors were encountered: