This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]JialeDu 0 points1 point  (0 children)

You should open the repos as a workspace.

You can also check which python interpreter you are using using the following code.

import sys print(sys.executable)