project-mahiwa / mahiwa-burner

Mahiwa書き込み&静的解析ツール(WIP)
MIT License
0 stars 0 forks source link

[✨Feature]:デバッグページを作る #55

Open usuyuki opened 9 months ago

usuyuki commented 9 months ago

✨ 概要

usuyuki commented 9 months ago

研究室Ubuntuでの動作がおかしい →homebrewでpio入っているのでアプリのユーザーとhomebrewのユーザーが一致していない可能性による問題な気がする

❯ ./mahiwa_0.1.0_amd64.AppImage 
Python path configuration:
  PYTHONHOME = '/tmp/.mount_mahiwaHs29TN/usr/'
  PYTHONPATH = '/tmp/.mount_mahiwaHs29TN/usr/share/pyshared/:'
  program name = '/opt/usuyuki/homebrew/Cellar/platformio/6.1.11_3/libexec/bin/python'
  isolated = 0
  environment = 1
  user site = 1
  safe_path = 0
  import site = 1
  is in build tree = 0
  stdlib dir = '/tmp/.mount_mahiwaHs29TN/usr/lib/python3.12'
  sys._base_executable = '/opt/usuyuki/homebrew/Cellar/platformio/6.1.11_3/libexec/bin/python'
  sys.base_prefix = '/tmp/.mount_mahiwaHs29TN/usr/'
  sys.base_exec_prefix = '/tmp/.mount_mahiwaHs29TN/usr/'
  sys.platlibdir = 'lib'
  sys.executable = '/opt/usuyuki/homebrew/Cellar/platformio/6.1.11_3/libexec/bin/python'
  sys.prefix = '/tmp/.mount_mahiwaHs29TN/usr/'
  sys.exec_prefix = '/tmp/.mount_mahiwaHs29TN/usr/'
  sys.path = [
    '/tmp/.mount_mahiwaHs29TN/usr/share/pyshared',
    '/opt/usuyuki/.local/net.usuyuki.mahiwa/mahiwa/mahiwa-backend',
    '/tmp/.mount_mahiwaHs29TN/usr/lib/python312.zip',
    '/tmp/.mount_mahiwaHs29TN/usr/lib/python3.12',
    '/tmp/.mount_mahiwaHs29TN/usr/lib/python3.12/lib-dynload',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fe737f42b80 (most recent call first):
  <no Python frame>