Skip to content
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

Error while running python3 setup.py on Ubuntu Desktop 24.10 arm64 #886

Open
issamaro opened this issue Nov 16, 2024 · 0 comments
Open

Error while running python3 setup.py on Ubuntu Desktop 24.10 arm64 #886

issamaro opened this issue Nov 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@issamaro
Copy link

issamaro commented Nov 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants