Opened 9 years ago
Closed 9 years ago
#557 closed defect (fixed)
Locally built 4.0 doesn't run properly
Reported by: | smk78 | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | SasView 4.0.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
Windows 7
Having got Sasview to build locally, executed run.py. Application starts but no fitting page appears.
Instead a python error:
Error(s) Occurred:
Creating Fit page: No module named options
See attached screenshot
Attachments (1)
Change History (6)
Changed 9 years ago by smk78
comment:1 Changed 9 years ago by krzywon
This is likely due to the bumps version you have running. My fix for ticket #434 uses features from the latest version (v0.7.5.7), but Anaconda can't find anything beyond v0.7.5.3 for some reason.
I am in the process of modifying check_packages to include this dependency and changing the AnacondaSetup? page to include specific instructions for bumps.
comment:2 Changed 9 years ago by smk78
Yes, installing bumps-0.7.5.7 has resolved the issue. I have further modified the AnacondaSetup? page.
NB: I had to run pip uninstall twice as I somehow had bumps-0.7.5.4 and bumps-0.7.5.3 installed, even though check_packages only returned 0.7.5.3 as the version present!
comment:3 Changed 9 years ago by smk78
I notice that in \Anaconda\pkgs there is a file urls.txt which contains the lines:
https://conda.binstar.org/PeterParker/win-32/bumps-0.7.5.3-py27_0.tar.bz2
https://conda.binstar.org/PeterParker/win-32/periodictable-1.4.1-np19py27_0.tar.bz2
and (also see #550):
https://repo.continuum.io/pkgs/free/win-32/sphinx-1.3.1-py27_0.tar.bz2
Is this where the AnacondaSetup? is sourcing packages from, or where it did source them from?
comment:4 Changed 9 years ago by smk78
The original bug reported in this ticket is fixed (ie, only build against a version of bumps ≥0.7.5.7) so am closing this ticket.
However, new developers do need to be aware that Peter Parkers Anaconda setup is shipping outdated versions of bumps, periodctable and sphinx. I will add further clarification to the AnacondaSetup? page.
comment:5 Changed 9 years ago by smk78
- Resolution set to fixed
- Status changed from new to closed
Screenshot for Ticket 557