

"error": "App nonexistent_package not installed." "error": "Not an application: conda-3.5.5-p圓4_0.tar.bz2"Įrror: App nonexistent_package not installed. Some apps may take a while to finish loading. h, -help show this help message and exit Launches an application installed with Conda. It looks like I'm not the only one experiencing this: Referenced from: /Users/cwithers/vcs/x/ve/lib/python2.7/lib-dynload/_io.soĭowngrading to Python 2.7.9-1 made this problem go away. ImportError: dlopen(/Users/cwithers/vcs/x/ve/lib/python2.7/lib-dynload/_io.so, 2): Symbol not found: _PyErr_ReplaceException However, now when I try to create the env I get this error: $ virtualenv veĬomplete output from command /Users/cwithers/vcs/x/ve/bin/python -c "import sys, pip sys.d\"] + sys.argv))" setuptools pip wheel:įile "/Users/cwithers/anaconda/lib/python2.7/site-packages/virtualenv_support/pip-7.0.1-py2.p圓-none-any.whl/pip/_init_.py", line 13, in įile "/Users/cwithers/anaconda/lib/python2.7/site-packages/virtualenv_support/pip-7.0.1-py2.p圓-none-any.whl/pip/utils/_init_.py", line 15, in įile "/Users/cwithers/anaconda/lib/python2.7/zipfile.py", line 6, in įile "/Users/cwithers/anaconda/lib/python2.7/io.py", line 51, in The following NEW packages will be INSTALLED: The following packages will be downloaded: Package plan for installation in environment /Users/cwithers/anaconda:
NPM INSTALL FROM GITHUB NOT ADDING BINARY MAC OS X
This morning I wanted to create a virtualenv on Mac OS X where my default python is now anaconda, so I needed to install virtualenv: $ conda install virtualenv Tcsh/csh: alias activate "source \`which \activate\`"Īlias deactivate "source \`which \deactivate\`" It may also make sense to encourage users to create aliases when they install Conda.īash/zsh: alias activate="source activate" They contain the same content but has been slightly edited to match the look and feel of the *.csh scripts that have been introduced. The old activate script has effectively been renamed as activate.sh. Tcsh/csh (since the which command doesn't search the user $PATH in tcsh/csh): source \`which activate\` This change is necessary to support tcsh/csh where the script location cannot be reliably detected when sourced.

The scripts assume that activate*, deactivate*, and conda* can be found on the user's $PATH as opposed to detecting the $_SCRIPT_LOCATION as was done previously. With these changes conda's activate/deactivate now support bash/zsh/tcsh/csh. This happens on latest ArchLinux, latest Ubuntu (bionic) and with both bash and zsh as shell.

NotWritableError: The current user does not have write permissions to a required path. Into my ~/.zshrc and started new shell, I tried to create new environment: % conda create -name condatest python=3 home/marek/anaconda3/etc/profile.d/conda.sh Right after I installed Anaconda from Anaconda3-5.1.0-Linux-x86_64.sh into my home ( /home/marek/anaconda3) and added. User-agent : conda/4.5.1 requests/2.18.4 CPython/2.7.14 Darwin/17.5.0 OSX/10.13.4Ĭonda is seriously confused about permissions. Package cache : /Users/chris/anaconda2/pkgsĮnvs directories : /Users/chris/anaconda2/envs Populated config files : /Users/chris/.condarcīase environment : /Users/chris/anaconda2 (writable) Environment Information `conda info`Īctive env location : /Users/chris/anaconda2/envs/moneybox Hopefully done and dusted within a second or two.

The above currently takes 30-40s into an existing environment. Steps to Reproduce time conda install -c simplistix picky-conda=2.0.2 Conda operations appear to be particularly slow, this seems to have got worse as the versions have progressed.
