Changes between Version 6 and Version 7 of DevNotes/DevGuide/CondaDevSetup5.0


Ignore:
Timestamp:
Mar 25, 2019 11:22:50 AM (5 years ago)
Author:
ibressler
Comment:

a note on the conda-forge::ipykernel error, tested on fresh Win10 with Anaconda3-2018.12-Windows-x86_64.exe

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup5.0

    v6 v7  
    1414== Step 1.2 - Install Microsoft Visual C++ 14 Build Tools == 
    1515Some Python packages installed later require the Microsoft Visual C++ 14 build tools. If not already installed, e.g. by the complete Visual Studio, use [http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe. this link to download the Visual C++ 2015 Build Tools] directly. That will install Visual C++ 14 without installing Visual Studio. It requires Administrator permissions. 
     16 
     17== Step 1.3 - Update conda to the latest version == 
     18By opening the newly installed 'Anaconda Prompt' and running 
     19{{{ 
     20conda update -n base -c defaults conda 
     21}}} 
     22 
     23Otherwise, depending on the installed versions, the following error might interrupt the installation of the packages required for SasView: 
     24{{{ 
     25ERROR conda.core.link:_execute(507): An error occurred while installing package 'conda-forge::ipykernel-X.Y.Z-py36_0'. 
     26PermissionError(13, 'Permission denied') 
     27}}} 
     28In this case, update conda as shown above, delete the environment folder 'C:\Users\tom\Anaconda3\envs\qt5_win' and try again. 
    1629 
    1730== Step 2 - Download !SasView and sasmodels from github ==