We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug when running python3 setup.py, I expect to have kinto launching. Instead, I get this error message:
/home/saix/snap/kinto/setup.py:43: SyntaxWarning: invalid escape sequence '\C' p = subprocess.Popen(['powershell.exe', "Remove-ItemProperty -Path HKLM:'SYSTEM\CurrentControlSet\Control\Keyboard Layout' -Name 'Scancode Map' -ErrorAction SilentlyContinue"], stdout=sys.stdout) /home/saix/snap/kinto/setup.py:56: SyntaxWarning: invalid escape sequence '\/' os.system('C:\\Strawberry\\perl\\bin\\perl.exe -pi -e "s/(; )(.*)(; WinModifiers\/CB)/$2$3/gm" ' + homedir + '\\kinto-new.ahk') /home/saix/snap/kinto/setup.py:58: SyntaxWarning: invalid escape sequence '\/' os.system('C:\\Strawberry\\perl\\bin\\perl.exe -pi -e "s/(; )(.*)(; CB\/IBM)/$2$3/gm" ' + homedir + '\\kinto-new.ahk') /home/saix/snap/kinto/setup.py:59: SyntaxWarning: invalid escape sequence '\/' os.system('C:\\Strawberry\\perl\\bin\\perl.exe -pi -e "s/(; )(.*)(; WinModifiers\/CB\/IBM)/$2$3/gm" ' + homedir + '\\kinto-new.ahk') Failed to get path for session '': Caller does not belong to any known session. You are not using x11, please logout and back in using x11/Xorg
Install Type: VM Distro: Ubuntu Desktop 24.10 aarch64 DE: Gnome Branch: master
The text was updated successfully, but these errors were encountered:
rbreaves
No branches or pull requests
Describe the bug
when running python3 setup.py, I expect to have kinto launching.
Instead, I get this error message:
Install Type: VM
Distro: Ubuntu Desktop 24.10 aarch64
DE: Gnome
Branch: master
The text was updated successfully, but these errors were encountered: