

- #Anaconda navigator command not found install#
- #Anaconda navigator command not found software#
- #Anaconda navigator command not found windows#

Location of failed script: C:\ProgramData\Miniconda2\Scripts\.ipykernel-post-link.bat Running your command again with `-v` will provide additional information LinkError: post-link script failed for package defaults::ipykernel-4.6.1-py27h30cef79_0
#Anaconda navigator command not found windows#
Clean up your PATH so it doesn't contain a load of potentially problematic entries as per Anaconda fails to activate environment on Windows OS ContinuumIO/anaconda-issues#2533 (comment).#6053 (comment) (though this should not be necessary provided you use AD 5.1.0 installers).
#Anaconda navigator command not found install#
#Anaconda navigator command not found software#
Disable your antivirus software temporarily or ask you IT dept to do that for you.Tell them to put their DLLs beside their exes or to statically link to the libraries instead. Please report this to the developers of this software. It could break some badly packaged software you use though. If it does rename them to see if this fixes it. Ensure that from a fresh cmd.exe prompt (non-Anaconda Prompt) where zlib.dll does not show C:\Windows\System32, do the same checks for where python2.dll if you use Python 2.Some ideas you can try from this thread and others to work around the most common Windows installation problems (namely misbehaving and over-zealous Antivirus software and DLL-hell) in order of most likely to yield a positive result are: However disabling 3rd party anti-virus software is probably not something that we can do programmatically (as otherwise viruses would just do that!). If you can identify exactly what goes wrong we can think about developing mitigations and if you are willing to confirm they work for you then we can consider making our install process apply them. It is very difficult for us to fix local problems that we cannot diagnose (and clearly we managed to figure workarounds for most of the people having issues here).
