Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pycharm Error with creating Django project with remote vagrant interpreter

I have a problem while I am creating the Django project with remote vagrant interpreter.

All the steps went successful and I am able to see the vagrant interpreter but cannot create the project because of this error "Please choose a local interpreter".

1- I have installed the Pip on remote vagrant box

2- I have installed the Django on the remote vagrant box

enter image description here

like image 373
Arbab Nazar Avatar asked Oct 31 '22 09:10

Arbab Nazar


1 Answers

Not sure what's the reason, but creation of project with local interpreter and later update it in settings worked for me.

like image 110
Dmytro Avatar answered Nov 15 '22 04:11

Dmytro