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

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

Closed
fjaccarino opened this issue Nov 28, 2023 · 2 comments
Closed

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

fjaccarino opened this issue Nov 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@fjaccarino
Copy link

fjaccarino commented Nov 28, 2023

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.

@dkrystki
Copy link
Contributor

dkrystki commented Dec 2, 2023

Most likely related to #174

@dkrystki dkrystki added the bug Something isn't working label Jan 4, 2024
@dkrystki
Copy link
Contributor

dkrystki commented Jan 4, 2024

Fixed in Reloadium 1.3.4 and PyCharm plugin 1.3.4

@dkrystki dkrystki closed this as completed Jan 4, 2024
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