Missing site packages in remote docker interpreter II

This could be a duplicate of: Missing site packages in remote docker interpreter 

But my setup is different. I'm using in WSL2 a Ubuntu 20.04 VM where Docker is installed. And on this machine is the docker image with the corresponding environment. I'm using the “ xilinx/vitis-ai-pytorch-gpu:latest” Docker image from Xilinx

 

 

What I tried: 
- https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003878279-Pycharm-not-resolving-packages-in-remote-docker-interpreter?input_string=Missing%20site%20packages%20in%20remote%20docker%20interpreter%20II 

EDIT1: Nevermind

Was a ID10T Error. I used the default path /usr/bin/python3 but in this image is an conda env enabled. So I had to use “/opt/vitis_ai/conda/envs/vitis-ai-pytorch/bin/python3

 

0

Please sign in to leave a comment.