reloadium icon indicating copy to clipboard operation
reloadium copied to clipboard

PYENV not recognized as current Python Version

Open mctinker opened this issue 3 years ago • 0 comments

Describe the bug I have the PyCharm interpreter pointing to /pyenv/versions/3.10.6/bin/python3.10, but when I try to run Reloadium it tells me that my version of Python is not yet supported:

/Users/mikrubin/.pyenv/versions/3.10.6/bin/python3.10 -m reloadium pydev_proxy /Applications/Tools/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py --multiprocess --save-signatures --qt-support=auto --client 127.0.0.1 --port 52169 --file /Users/mikrubin/My Drive/Python/MapTasker.py It seems like your platform or Python version are not supported yet. Windows, Linux, macOS and Python >= 3.7 (3.9 for M1) are currently supported. Please submit a github issue if you believe Reloadium should be working on your system at

To Reproduce Steps to reproduce the behavior:

  1. Use Pyenv to manage Python 3.10
  2. Bring up Pycharm and point its interpreter to the above.
  3. Run reloadium plugin
  4. See error

Expected behavior Normal reloadium debugging.

Screenshots See above, under '... is not yet supported:'

Desktop (please complete the following information):

  • OS: OS X
  • OS version: 12.6
  • Reloadium package version: None
  • PyCharm plugin version: 0.8.5
  • Editor: PyCharm
  • Run mode: Debug via Reloadium

Additional context Add any other context about the problem here.

mctinker avatar Sep 25 '22 18:09 mctinker