reloadware/reloadium

ModuleNotFoundError: No module named 'reloadium.corium'

Closed this issue · 2 comments

Describe the bug*

/Users/first.last/Library/Caches/pypoetry/virtualenvs/my-service-gHanrkVq-py3.9/bin/python -m reloadium_launcher pydev_proxy -X pycache_prefix=/Users/first.last/Library/Caches/JetBrains/PyCharm2023.2/cpython-cache /Users/first.last/Applications/PyCharm Professional Edition.app/Contents/plugins/python/helpers/pydev/pydevd.py --multiprocess --qt-support=auto --client 127.0.0.1 --port 55476 --file /Users/first.last/code/my-service/service/app.py 
It seems like your platform or Python version are not supported yet.
Windows, Linux, macOS and Python 64 bit >= 3.8 (>= 3.9 for M1) <= 3.11 are currently supported.
Please submit a github issue if you believe Reloadium should be working on your system at
https://github.com/reloadware/reloadium
To see the exception run Reloadium with environmental variable RW_DEBUG=True
Traceback (most recent call last):
  File "/Users/first.last/.pyenv/versions/3.9.10/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/Users/first.last/.pyenv/versions/3.9.10/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/Users/first.last/.reloadium/package/reloadium_launcher.py", line 25, in <module>
    from reloadium.corium import start
  File "/Users/first.last/Library/Caches/pypoetry/virtualenvs/my-service-gHanrkVq-py3.9/lib/python3.9/site-packages/reloadium/__init__.py", line 4, in <module>
    pre_import_check()
  File "/Users/first.last/Library/Caches/pypoetry/virtualenvs/my-service-gHanrkVq-py3.9/lib/python3.9/site-packages/reloadium/__utils__.py", line 24, in pre_import_check
    import reloadium.corium
ModuleNotFoundError: No module named 'reloadium.corium'

Process finished with exit code 1
Python 3.9.10
image image image image

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop or remote (please complete the following information):**

  • OS: [e.g. Windows]
  • OS version: [e.g. 22]
  • M1 chip: [yes/no]
  • Reloadium package version: [e.g 0.8.6]
  • PyCharm plugin version: [e.g 0.8.0 or None]
  • Editor: [e.g PyCharm]
  • Python Version: [eg. 3.9.1]
  • Python Architecture: [eg. 32bit, 64bit]
  • Run mode: [e.g Run/Debug]

Additional context

Add any other context about the problem here.

Most likely related to #174

Fixed in Reloadium 1.3.4 and PyCharm plugin 1.3.4