python - Too many levels of symbolic links error when creating the virtual environment during the installation of OpenCV? -


i have been trying install opencv3 using installation guide: http://www.pyimagesearch.com/2015/06/15/install-opencv-3-0-and-python-2-7-on-osx/ . error when try create virtual environment using mkvirtualenv cv.

i using mac running on yosemite 10.10.5

the error given following:

myuser = username of user im using in laptop

new python executable in /users/myuser/.virtualenvs/cv/bin/python2.7 traceback (most recent call last):  file "/usr/local/bin/virtualenv", line 11, in <module>  sys.exit(main())  file "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 708, in main  symlink=options.symlink)  file "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 921, in create_environment site_packages=site_packages, clear=clear, symlink=symlink))  file "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 1214, in install_python shutil.copyfile(executable, py_executable)  file "/usr/local/cellar/python/2.7.11/frameworks/python.framework/versions/2.7/lib/python2.7/shutil.py", line 83, in copyfile open(dst, 'wb') fdst:  ioerror: [errno 62] many levels of symbolic links: '/users/myuser/.virtualenvs/cv/bin/python2.7' 

i new python , haven't been able make sense out of error. can explain me error means or give me solution great.

thank in advance!


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -