Closed neefra closed 1 year ago
Thank you for the report, but we need more information to help you. Can you please fill in the information requested by the issue template?
Operating system: Window 10 Enterprise Orange version: 3.35.0 How you installed Orange: Download the application from the Orange Website.
Can you try one more thing? Open Orange, go to View>Log
(on the top window row menu) and if you see any error there can you paste them into this issue? If the log includes any sensitive paths on your computer you can shorten them.
C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangewidget\gui.py:2068: UserWarning: decorate OWLogisticRegression.apply with @gui.deferred and then explicitly call apply.now or apply.deferred. warnings.warn( C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangewidget\gui.py:2068: UserWarning: decorate OWPermutationImportance.commit with @gui.deferred and then explicitly call commit.now or commit.deferred. warnings.warn( C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangewidget\gui.py:2068: UserWarning: decorate OWRandomForest.apply with @gui.deferred and then explicitly call apply.now or apply.deferred. warnings.warn( C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangecontrib\explain\widgets\owice.py:264: OrangeDeprecationWarning: Call to deprecated <function Table.get_column_view at 0x000001D5B5B18820>; Instead, use Table.get_column (or Table.set_column if you must) x_data = self.data.get_column_view(self.feature)[0][indices] C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangecontrib\explain\widgets\owice.py:264: OrangeDeprecationWarning: Call to deprecated <function Table.get_column_view at 0x000001D5B5B18820>; Instead, use Table.get_column (or Table.set_column if you must) x_data = self.data.get_column_view(self.feature)[0][indices] C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangecontrib\explain\widgets\owice.py:264: OrangeDeprecationWarning: Call to deprecated <function Table.get_column_view at 0x000001D5B5B18820>; Instead, use Table.get_column (or Table.set_column if you must) x_data = self.data.get_column_view(self.feature)[0][indices] C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangecontrib\explain\widgets\owice.py:264: OrangeDeprecationWarning: Call to deprecated <function Table.get_column_view at 0x000001D5B5B18820>; Instead, use Table.get_column (or Table.set_column if you must) x_data = self.data.get_column_view(self.feature)[0][indices]
@neefra, thank you for the log. Strangely, the log doesn't show the error behind missing widgets. Can you do one more thing:
orange-canvas -l 5
2023-09-01 10:49:58,796:DEBUG:orangecanvas.main: Loading paths from argv:
2023-09-01 10:49:58,811:DEBUG:orangecanvas.registry.cache: Loading widget registry cache ('C:/Users/rmhimqu/AppData/Local/Orange/cache\3.35.0\registry-cache.pck').
2023-09-01 10:49:59,370:INFO:orangecanvas.registry.base: A category with 'Data' name already exists
2023-09-01 10:49:59,402:INFO:orangecanvas.registry.base: A category with 'Visualize' name already exists
2023-09-01 10:49:59,407:INFO:orangecanvas.registry.discovery: Ignoring 'C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\Orange\widgets\visualize\owscatterplotgraph.py'.
2023-09-01 10:49:59,407:INFO:orangecanvas.registry.discovery: Ignoring 'C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\Orange\widgets\visualize\owtreeviewer2d.py'.
2023-09-01 10:49:59,407:INFO:orangecanvas.registry.discovery: Ignoring 'C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\Orange\widgets\visualize\pythagorastreeviewer.py'.
2023-09-01 10:49:59,407:INFO:orangecanvas.registry.base: A category with 'Model' name already exists
2023-09-01 10:49:59,425:INFO:orangecanvas.registry.base: A category with 'Evaluate' name already exists
2023-09-01 10:49:59,425:INFO:orangecanvas.registry.discovery: Ignoring 'C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\Orange\widgets\evaluate\contexthandlers.py'.
2023-09-01 10:49:59,425:INFO:orangecanvas.registry.discovery: Ignoring 'C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\Orange\widgets\evaluate\utils.py'.
2023-09-01 10:49:59,425:INFO:orangecanvas.registry.base: A category with 'Unsupervised' name already exists
2023-09-01 10:49:59,452:DEBUG:sql_log: Logging started: 2023-09-01 10:49:59
2023-09-01 10:50:00,343:INFO:orangecanvas.registry.discovery: Could not import 'orangecontrib.bioinformatics.widgets.OWGenialisExpressions'.
Traceback (most recent call last):
File "C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangecanvas\registry\discovery.py", line 307, in iter_widget_descriptions
module = asmodule(name)
File "C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangecanvas\registry\discovery.py", line 550, in asmodule
return import(module, fromlist=[""])
File "C:\Users\rmhimqu\AppData\Local\Programs\Orange\lib\site-packages\orangecontrib\bioinformatics\widgets\OWGenialisExpressions.py", line 9, in
Any update?
Sorry for a bit of delay. The error you are getting is strange (some unexplained Numba errors). I just tried to install fresh version of Orange on my Windows computer and then to install the add-on, and it looks ok.
Something may not have installed well for you (maybe some permission errors on your computer) -- I also see some ModuleNotFoundError
for bioinformatics add-on in your log.
Maybe the best solution would be to reinstall Orange completely:
Orange
folder from your computer (to eliminate traces). The folder might be in C:\Users\<your username>\AppData\Local\Programs
if you installed just for yourself or in C:\Program Files\
if you installed Orange for all users.Install just for me
option when installing Orange.
Dear Team,
I can't see the Explain Model option in the Explain widget
There are only two options available.
Feature Importance ICE.
Please guide.