Giter Site home page Giter Site logo

Comments (4)

ajdapretnar avatar ajdapretnar commented on May 23, 2024

@DYEAP-algo Please let us know which OS are you running. Also, you can run Orange with python -m Orange.canvas -l 4 and see the errors appears. You are almost certainly missing some libraries. Our recommended way to install the add-ons is via the add-on dialogue. However, it might be the case that our instructions are outdated.

from orange3-timeseries.

DYAlgo avatar DYAlgo commented on May 23, 2024

@ajdapretnar I am using Ubuntu 18.04. I tried reinstalling timeseries using the add-on dialogue but I am still running into the same issue. I ran orange using python -m Orange.canvas -l 4 and got this output

<pre>INFO:__main__:Starting &apos;Orange Canvas&apos; application.
DEBUG:__main__:Starting CanvasApplicaiton with argv = [&apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/canvas/__main__.py&apos;].
INFO:orangecanvas.document.usagestatistics:Enabling usage statistics tracking
INFO:__main__:Adding search path &apos;orange&apos; for prefix, &apos;canvas_icons&apos;
INFO:orangecanvas.application.canvasmain:Setting up Canvas main window.
DEBUG:orangecanvas.config:Activating configuration for &lt;Orange.canvas.config.Config object at 0x7fa8b03ce320&gt;
DEBUG:orangewidget.workflow.widgetsscheme:Scheme node properties sync (changed: False)
DEBUG:orangecanvas.gui.stackedwidget:Stack transition start ()
DEBUG:orangecanvas.gui.stackedwidget:Stack transition finished ()
DEBUG:orangecanvas.registry.cache:Loading widget registry cache (&apos;/home/yeap/.cache/Orange/3.25.0/registry-cache.pck&apos;).
INFO:__main__:Running widget discovery process.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/widgets/data/contexthandlers.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/widgets/visualize/owscatterplotgraph.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/widgets/visualize/owscatterplotgraph_obsolete.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/widgets/visualize/owtreeviewer2d.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/widgets/visualize/pythagorastreeviewer.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/widgets/evaluate/contexthandlers.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/lib/python3.6/site-packages/Orange/widgets/evaluate/utils.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/_owmodel.py&apos;.
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/_rangeslider.py&apos;.
DEBUG:sql_log:Logging started: 2020-04-23 18:44:22
INFO:orangecanvas.registry.discovery:Could not import &apos;orangecontrib.timeseries.widgets.owcorrelogram&apos;.
Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 16, in &lt;module&gt;
    from __opyhighcharts_interfaces import WebviewWidget
ModuleNotFoundError: No module named &apos;__opyhighcharts_interfaces&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 19, in &lt;module&gt;
    from Orange.widgets.utils.webview import WebviewWidget
ImportError: cannot import name &apos;WebviewWidget&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 260, in iter_widget_descriptions
    module = asmodule(name)
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 503, in asmodule
    return __import__(module, fromlist=[&quot;&quot;])
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/owcorrelogram.py&quot;, line 8, in &lt;module&gt;
    from orangecontrib.timeseries.widgets.highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/__init__.py&quot;, line 1, in &lt;module&gt;
    from .highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 22, in &lt;module&gt;
    raise ImportError(&apos;opyhighcharts requires interface &apos;
ImportError: opyhighcharts requires interface Orange.widgets.utils.webview.WebviewWidgetpositioned at __opyhighcharts_interfaces.WebviewWidget
INFO:orangecanvas.registry.discovery:Could not import &apos;orangecontrib.timeseries.widgets.owlinechart&apos;.
Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 16, in &lt;module&gt;
    from __opyhighcharts_interfaces import WebviewWidget
ModuleNotFoundError: No module named &apos;__opyhighcharts_interfaces&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 19, in &lt;module&gt;
    from Orange.widgets.utils.webview import WebviewWidget
ImportError: cannot import name &apos;WebviewWidget&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 260, in iter_widget_descriptions
    module = asmodule(name)
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 503, in asmodule
    return __import__(module, fromlist=[&quot;&quot;])
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/owlinechart.py&quot;, line 18, in &lt;module&gt;
    from orangecontrib.timeseries.widgets.highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/__init__.py&quot;, line 1, in &lt;module&gt;
    from .highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 22, in &lt;module&gt;
    raise ImportError(&apos;opyhighcharts requires interface &apos;
ImportError: opyhighcharts requires interface Orange.widgets.utils.webview.WebviewWidgetpositioned at __opyhighcharts_interfaces.WebviewWidget
INFO:orangecanvas.registry.discovery:Could not import &apos;orangecontrib.timeseries.widgets.owperiodogram&apos;.
Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 16, in &lt;module&gt;
    from __opyhighcharts_interfaces import WebviewWidget
ModuleNotFoundError: No module named &apos;__opyhighcharts_interfaces&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 19, in &lt;module&gt;
    from Orange.widgets.utils.webview import WebviewWidget
ImportError: cannot import name &apos;WebviewWidget&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 260, in iter_widget_descriptions
    module = asmodule(name)
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 503, in asmodule
    return __import__(module, fromlist=[&quot;&quot;])
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/owperiodogram.py&quot;, line 14, in &lt;module&gt;
    from orangecontrib.timeseries.widgets.highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/__init__.py&quot;, line 1, in &lt;module&gt;
    from .highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 22, in &lt;module&gt;
    raise ImportError(&apos;opyhighcharts requires interface &apos;
ImportError: opyhighcharts requires interface Orange.widgets.utils.webview.WebviewWidgetpositioned at __opyhighcharts_interfaces.WebviewWidget
INFO:orangecanvas.registry.discovery:Could not import &apos;orangecontrib.timeseries.widgets.owspiralogram&apos;.
Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 16, in &lt;module&gt;
    from __opyhighcharts_interfaces import WebviewWidget
ModuleNotFoundError: No module named &apos;__opyhighcharts_interfaces&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 19, in &lt;module&gt;
    from Orange.widgets.utils.webview import WebviewWidget
ImportError: cannot import name &apos;WebviewWidget&apos;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 260, in iter_widget_descriptions
    module = asmodule(name)
  File &quot;/home/yeap/.local/lib/python3.6/site-packages/orangecanvas/registry/discovery.py&quot;, line 503, in asmodule
    return __import__(module, fromlist=[&quot;&quot;])
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/owspiralogram.py&quot;, line 18, in &lt;module&gt;
    from orangecontrib.timeseries.widgets.highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/__init__.py&quot;, line 1, in &lt;module&gt;
    from .highcharts import Highchart
  File &quot;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/highcharts/highcharts.py&quot;, line 22, in &lt;module&gt;
    raise ImportError(&apos;opyhighcharts requires interface &apos;
ImportError: opyhighcharts requires interface Orange.widgets.utils.webview.WebviewWidgetpositioned at __opyhighcharts_interfaces.WebviewWidget
INFO:orangecanvas.registry.discovery:Ignoring &apos;/home/yeap/python-apps/orange3venv/orange3-timeseries/orangecontrib/timeseries/widgets/utils.py&apos;.
DEBUG:orangecanvas.registry.cache:Saving widget registry cache with 596 entries (&apos;/home/yeap/.cache/Orange/3.25.0/registry-cache.pck&apos;).
DEBUG:orangecanvas.registry:&apos;set_global_registry()&apos; - setting registry.
INFO:orangecanvas.help.manager:Local doc root &apos;/home/yeap/python-apps/orange3venv/share/help/en/orange3/htmlhelp/index.html&apos; does not exist
INFO:orangecanvas.help.manager:Created &lt;class &apos;orangecanvas.help.provider.HtmlIndexProvider&apos;&gt; provider for Orange3 3.25.0
INFO:orangecanvas.help.manager:Created &lt;class &apos;orangecanvas.help.provider.HtmlIndexProvider&apos;&gt; provider for Orange3-Timeseries 0.3.6
INFO:__main__:Entering main event loop.
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): orange.biolab.si:443
DEBUG:orangecanvas.help.provider:
GET: https://orange3-timeseries.readthedocs.io/en/latest/
  (served from cache)
Content-Type : text/html; charset=utf-8
Content-Encoding : gzip
Content-MD5 : T2hrHl1ezakbzAg9nRuB5w==
Last-Modified : Tue, 15 Oct 2019 22:53:38 GMT
Vary : Accept-Encoding
Server : nginx
x-ms-request-id : a98938ef-d01e-0059-7162-1758bd000000
x-ms-version : 2009-09-19
x-ms-meta-Mtime : 2017-02-12T22:06:06.718131000Z
x-ms-lease-status : unlocked
x-ms-blob-type : BlockBlob
Access-Control-Allow-Origin : *
X-Served : Nginx-Proxito-Sendfile
X-Backend : web02
Strict-Transport-Security : max-age=31536000;
X-RTD-Project : orange3-timeseries
X-RTD-Version : latest
X-RTD-Path : /proxito/media/html/orange3-timeseries/latest/index.html
X-RTD-Domain : orange3-timeseries.readthedocs.io
X-RTD-Version-Method : subdomain
Cache-Tag : orange3-timeseries-latest,orange3-timeseries
Date : Mon, 20 Apr 2020 22:26:04 GMT

DEBUG:urllib3.connectionpool:https://orange.biolab.si:443 &quot;POST /usage-statistics HTTP/1.1&quot; 200 None
INFO:__main__:Usage statistics sent.
DEBUG:orangecanvas.help.provider:
GET: https://docs.biolab.si//3/visual-programming/
  (served from cache)
Connection : keep-alive
Set-Cookie : __cfduid=d083308a46e9608ed338072f5baaf81ea1587685464; expires=Sat, 23-May-20 23:44:24 GMT; path=/; domain=.biolab.si; HttpOnly; SameSite=Lax
Content-Type : text/html
Content-Encoding : gzip
Date : Thu, 23 Apr 2020 23:44:25 GMT
Last-Modified : Mon, 20 Apr 2020 12:15:03 GMT
ETag : &quot;5e9d9247-61f1&quot;
CF-Cache-Status : DYNAMIC
Expect-CT : max-age=604800, report-uri=&quot;https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct&quot;
Server : cloudflare
CF-RAY : 588b73cc0b8403a0-ORD
cf-request-id : 024b06b388000003a0c49b7200000001
</pre>

I did notice a couple of Import Errors but I am not familiar with the modules it is referencing. Any idea how I could install those missing libraries?

from orange3-timeseries.

ajdapretnar avatar ajdapretnar commented on May 23, 2024

There are instructions on our Github page: https://github.com/biolab/orange3#installing-with-pip
You are missing Webview.
pip install PyQt5 PyQtWebEngine

from orange3-timeseries.

DYAlgo avatar DYAlgo commented on May 23, 2024

@ajdapretnar I do have PyQt5 PyQtWebEngine installed.

Requirement already satisfied: PyQt5 in /home/yeap/.local/lib/python3.6/site-packages (5.14.0)
Requirement already satisfied: PyQtWebEngine in ./orange3venv/lib/python3.6/site-packages (5.14.0)
Requirement already satisfied: PyQt5-sip<13,>=12.7 in /home/yeap/.local/lib/python3.6/site-packages (from PyQt5) (12.7.1)

Should I maybe specify a version to install?

from orange3-timeseries.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.