Sunday, July 28, 2019

Re: Cant create venv

Hi,

I had the same error when a virtual environment was active and resolved it by deactivating it and creating a new virtual environment.
Not sure what was the cause but I suspect it had something to do with updating to MacOS Mojave.

-Juhana


On Sun, Jul 28, 2019 at 5:58 PM Kean Dumba <keanld1@gmail.com> wrote:
Hi,

I was writing some code in sublime text for my django app.
and my python session suspended after migrate. now i'm not able to run django or venv,
the error below is what i receive.

keans-air:project ProductionEnv$ python3 -m venv project

dyld: Library not loaded: @executable_path/../.Python

  Referenced from: /usr/local/bin/python3

  Reason: image not found

Trace/BPT trap: 5


Is this issue familiar to anyone, please can you let me know what it is and how to fix?

n.b. unfortunately, the web resources returned on google search did not resolve.


thanks,


K


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f407b115-ecc7-4557-b3b2-b12e47c009be%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABScFx8FQMTEfnMVCVQQm41UUqFw%2BrLOePNQyhMzHW4YRLhUgg%40mail.gmail.com.

No comments:

Post a Comment