biolab/orange2

File widget not showing up on linux installation

Closed this issue · 1 comments

I cloned the git repository, then followed installation instructions. I installed dependencies "on the road" until the orange-canvas successfully started.
But on the Data widgets list I find only Quick Select. When clicking on Help -> About Orange
I've an Output Windows containing the following:

There were problems importing the following widgets:
   OWRScript: No module named rpy2.robjects
   OWCorrelations: No module named Qwt5
   OWTimeDataVisualizer: No module named Qwt5
   OWPerformanceCurves: No module named Qwt5
   OWCalibratedClassifier: No module named Qwt5
   OWC45Tree: c45 is not found
   OWLiftCurve: No module named Qwt5
   OWCalibrationPlot: No module named Qwt5
   OWROC: No module named Qwt5
   OWParallelCoordinates: No module named Qwt5.Qwt
   OWLinProj: No module named Qwt5
   OWCorrespondenceAnalysis: No module named Qwt5
   OWSurveyPlot: No module named Qwt5
   OWScatterPlot: No module named Qwt5
   OWMultiCorrespondenceAnalysis: No module named Qwt5
   OWDistributions: No module named Qwt5
   OWSieveMultigram: No module named Qwt5
   OWRadviz: No module named Qwt5
   OWPolyviz: No module named Qwt5
   OWLinProj3D: cannot import name orangeqt
   OWScatterPlotQt: cannot import name orangeqt
   OWParallelCoordinatesQt: cannot import name orangeqt
   OWNxExplorer3D: No module named OWNxExplorerQt
   OWSphereviz3D: cannot import name orangeqt
   OWScatterPlot3D: cannot import name orangeqt
   OWMDSQt: cannot import name orangeqt
   OWRadvizQt: cannot import name orangeqt
   OWDistributionsQt: cannot import name orangeqt
   OWPolyvizQt: cannot import name orangeqt
   OWDiscretizeQt: cannot import name orangeqt
   OWLinProjQt: cannot import name orangeqt
   OWPCA: No module named Qwt5
   OWMDS: No module named Qwt5
The following widgets could not be imported and will not be available: OWSphereviz3D, OWLiftCurve, OWC45Tree, OWSurveyPlot, OWLinProjQt, OWScatterPlotQt, OWParallelCoordinatesQt, OWPCA, OWLinProj, OWMDSQt, OWDistributions, OWDiscretizeQt, OWMultiCorrespondenceAnalysis, OWScatterPlot, OWLinProj3D, OWMDS, OWPolyviz, OWSieveMultigram, OWScatterPlot3D, OWRadviz, OWCalibrationPlot, OWParallelCoordinates, OWCorrespondenceAnalysis, OWNxExplorer3D, OWRadvizQt, OWROC, OWDistributionsQt, OWPolyvizQt.
The following prototype widgets could not be imported and will not be available: OWPerformanceCurves, OWCorrelations, OWRScript, OWTimeDataVisualizer, OWCalibratedClassifier.

Unhandled exception of type AttributeError occured at 15:38:21:
Traceback:
  File: orngCanvas.pyw, line 768 in menuItemAboutOrange
  Code: dlg = orngDlgs.AboutDlg(self)
    File: orngDlgs.py, line 1271 in __init__
    Code: hg_revision = version.hg_revision
      AttributeError: 'module' object has no attribute 'hg_revision' 

Unhandled exception of type AttributeError occured at 15:42:06:
Traceback:
  File: orngCanvas.pyw, line 768 in menuItemAboutOrange
  Code: dlg = orngDlgs.AboutDlg(self)
    File: orngDlgs.py, line 1271 in __init__
    Code: hg_revision = version.hg_revision
      AttributeError: 'module' object has no attribute 'hg_revision' 

Unhandled exception of type AttributeError occured at 15:48:54:
Traceback:
  File: orngCanvas.pyw, line 768 in menuItemAboutOrange
  Code: dlg = orngDlgs.AboutDlg(self)
    File: orngDlgs.py, line 1271 in __init__
    Code: hg_revision = version.hg_revision
      AttributeError: 'module' object has no attribute 'hg_revision' 

I guess there are several missing dependencies, but the docs didn't provide the exact list.

Dind't read INSTALL.txt