Arbab Nazar
Arbab Nazar

Reputation: 23791

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

Upvotes: 5

Views: 1008

Answers (1)

Dmytro
Dmytro

Reputation: 124

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

Upvotes: 2

Related Questions