Tuesday, December 13, 2016

Re: virtualenv is not compatible with this system

It looks like you are trying to use virtualenv with Anaconda. I would have thought conda is likely to work better with Anaconda (I do not know whether virtualenv will work at all with Anaconda, conda is certainly the usual way to create virtual environments with Anaconda).

On Tuesday, December 13, 2016 at 6:08:31 PM UTC+5:30, Ravin Kohli wrote:

I am trying to create a virtual env on a mac when is execute the following line i get an error saying virtualenv is not compatible with this system

virtualenv env_new
Using base prefix '/Users/ravinkohli/anaconda3'
New python executable in /Users/ravinkohli/env_new/bin/python
dyld
: Library not loaded: @rpath/libpython3.5m.dylib
 
Referenced from: /Users/ravinkohli/env_new/bin/python
 
Reason: image not found
ERROR
: The executable /Users/ravinkohli/env_new/bin/python is not functioning
ERROR
: It thinks sys.prefix is '/Users/ravinkohli' (should be '/Users/ravinkohli/env_new')
ERROR
: virtualenv is not compatible with this system or executable


--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/82319097-e3c7-4531-855a-69542742dac7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment