You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the last few days of Code Camp I have been unable to locally build !Sasview using setup.py
I am compiling with disable_openmp build -cmingw32 on W7
Eclipse console returns:
running disable_openmp
running build
running build_py
package init file 'src\sas\sascalc\dataloader\readers\schema_init_.py' not found (or not a regular file)
running build_ext
Compiling with mingw32 (64bit=False)
and then terminates.
Putting in a trap show the problem occurs when the build branches into
{
"status": "closed",
"changetime": "2016-03-24T18:52:52",
"_ts": "2016-03-24 18:52:52.593970+00:00",
"description": "Since the last few days of Code Camp I have been unable to locally build !Sasview using setup.py\n\nI am compiling with disable_openmp build -cmingw32 on W7\n\nEclipse console returns:\n\nrunning disable_openmp\nrunning build\nrunning build_py\npackage init file 'src\\sas\\sascalc\\dataloader\\readers\\schema\\__init__.py' not found (or not a regular file)\nrunning build_ext\nCompiling with mingw32 (64bit=False)\n\nand then terminates.\n\nPutting in a trap show the problem occurs when the build branches into\n\nbuild_ext.build_extensions(self)\n",
"reporter": "smk78",
"cc": "",
"resolution": "fixed",
"workpackage": "SasView Bug Fixing",
"time": "2016-03-24T12:31:36",
"component": "SasView",
"summary": "4.0 Windows local build is broken",
"priority": "blocker",
"keywords": "",
"milestone": "SasView 4.0.0",
"owner": "",
"type": "defect"
}
The text was updated successfully, but these errors were encountered:
Trac update at 2016/03/24 17:37:32: krzywon commented:
I just ran setup.py without deleting the old build directory and saw the exact behavior you saw. Try cleaning out the existing one and rerun.
This suggests we might want to do this during setup, or have a clean option for this. We didn't before because of the amount of c compiling that was required.
Since the last few days of Code Camp I have been unable to locally build !Sasview using setup.py
I am compiling with disable_openmp build -cmingw32 on W7
Eclipse console returns:
running disable_openmp
running build
running build_py
package init file 'src\sas\sascalc\dataloader\readers\schema_init_.py' not found (or not a regular file)
running build_ext
Compiling with mingw32 (64bit=False)
and then terminates.
Putting in a trap show the problem occurs when the build branches into
build_ext.build_extensions(self)
Migrated from http://trac.sasview.org/ticket/556
The text was updated successfully, but these errors were encountered: