reloadware / reloadium

Hot Reloading and Profiling for Python
https://reloadium.io
Apache License 2.0
2.74k stars 56 forks source link

ModuleNotFoundError: No module named 'reloadium.corium' #175

Closed fjaccarino closed 6 months ago

fjaccarino commented 7 months ago

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):**

Additional context

Add any other context about the problem here.

dkrystki commented 7 months ago

Most likely related to https://github.com/reloadware/reloadium/issues/174

dkrystki commented 6 months ago

Fixed in Reloadium 1.3.4 and PyCharm plugin 1.3.4