reloadware / reloadium

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

Docker-compose interpreter, /opt/conda/bin/python3: No module named reloadium_launcher #185

Closed joihn closed 3 months ago

joihn commented 3 months ago

Describe the bug*

Pycharm (and reloadium plugin ) are installed on my host computer. I am using pycharm feature "docker-compose interpreter" to execute my code inside a docker container ( whose image is based on pytorch image, https://hub.docker.com/r/pytorch/pytorch/tags, which itlself use conda ).

when trying to debug, I have this : opt/conda/bin/python3: No module named reloadium_launcher

ENV

ubuntu 20.04, X86 arch, pycharm 2023.3.4,

joihn commented 3 months ago

solved by adding this to dockerfile RUN pip install reloadium