Changes between Version 32 and Version 33 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Sep 24, 2018 5:46:29 AM (6 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v32 v33  
    4343On Windows 10, you may find that the `make` command does not work with the above method. You can find a Windows-compatible build of GNU Make here: http://gnuwin32.sourceforge.net/packages/make.htm Ensure that you add the install directory to your PATH. 
    4444 
     45Also see Step 5 below. 
     46 
    4547'''''TODO: Mac instructions?''''' 
    4648 
     
    7274 
    7375}}} 
     76 
     77If, when the docs build, you get an error like this: 
     78 
     79{{{ 
     80Traceback (most recent call last): 
     81  File "C:\Anaconda2x64\envs\sasview\lib\site-packages\Sphinx-1.4.8-py2.7.egg\sphinx\ext\autodoc.py", line 519, in import_object 
     82    __import__(self.modname) 
     83  File "D:\SasViewDevelopment\sasview\build\lib.win-amd64-2.7\sas\sasgui\plottools\config.py", line 39, in <module> 
     84    pkg_resources.require("matplotlib>=" + plot_version) 
     85  File "C:\Anaconda2x64\envs\sasview\lib\site-packages\pkg_resources\__init__.py", line 981, in require 
     86    needed = self.resolve(parse_requirements(requirements)) 
     87  File "C:\Anaconda2x64\envs\sasview\lib\site-packages\pkg_resources\__init__.py", line 867, in resolve 
     88    raise DistributionNotFound(req, requirers) 
     89DistributionNotFound: The 'mock' distribution was not found and is required by matplotlib 
     90}}} 
     91 
     92Also install the dependencies ''mock'' and ''nose''. 
    7493== [=#anchor1 Step 6 - try the new qt gui (work in progress)] == 
    7594''Some notes, updated 21 August 2018, based on a Windows 7 install. If you just want to see what the new GUI looks like, Piotr may have a downloadable installer.''