Changes between Version 2 and Version 3 of DevNotes/DevGuide/CondaDevSetup4.x


Ignore:
Timestamp:
Jun 12, 2020 8:50:25 AM (4 years ago)
Author:
richardh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup4.x

    v2 v3  
    6767git checkout v0.99 
    6868 
     69( Note - May 2020 - additions made so that v5 will behave better with v4 models, following user complaint about plugin models, especially polydisperse ones, so master of sasmodels may work for many of the particle models, using the default effective radius type.) 
     70 
    6971Then go to sasview directory and run 
    7072 
     
    8284 
    8385}}} 
     86 
     87If you get an error like: 
     88{{{ 
     89  File "C:\sasview42\sasmodels\sasmodels\generate.py", line 185, in <module> 
     90    from pathlib import Path 
     91ImportError: No module named pathlib 
     92}}} 
     93 
     94Which will cause the fitting perspective to be missing, then try: 
     95 
     96pip install pathlib 
     97 
    8498If, when the docs build, you get an error like this: 
    8599 
     
    97111}}} 
    98112Also install the dependencies ''mock'' and ''nose''. 
     113 
     114If you still have problems, from sasview folder, this may help to diagnose: 
     115  python check_packages.py  
    99116 
    100117== [=#anchor1 Step 6 - try the new sasview 5 with qt gui] ==