PYENV not recognized as current Python Version
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:
- Use Pyenv to manage Python 3.10
- Bring up Pycharm and point its interpreter to the above.
- Run reloadium plugin
- 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.