Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EO Time Series Viewer plugin fails to install #29592

Closed
qgib opened this issue Apr 5, 2019 · 1 comment
Closed

EO Time Series Viewer plugin fails to install #29592

qgib opened this issue Apr 5, 2019 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@qgib
Copy link
Contributor

qgib commented Apr 5, 2019

Author Name: Hannah Davis (Hannah Davis)
Original Redmine Issue: 21777
Affected QGIS version: 3.6.0
Redmine category:unknown


Below is the text from the plugin error popup during installation of the 'EO Time Series Viewer' in the plugin manager:

Couldn't load plugin 'timeseriesviewerplugin' due to an error when calling its classFactory() method 

ModuleNotFoundError: No module named 'pyqtgraph' 
Traceback (most recent call last):
  File "C:/PROGRA~1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 335, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin\__init__.py", line 37, in classFactory
    from timeseriesviewer.timeseriesviewerplugin import TimeSeriesViewerPlugin
  File "C:/PROGRA~1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin\timeseriesviewer\__init__.py", line 121, in 
    from pyqtgraph.graphicsItems.GraphicsObject import GraphicsObject
  File "C:/PROGRA~1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'pyqtgraph'


Python version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] 
QGIS version: 3.6.0-Noosa Noosa, 58734527ab 

Python Path:
C:/PROGRA~1/QGIS 3.6/apps/qgis/./python
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA~1/QGIS 3.6/apps/qgis/./python/plugins
C:\PROGRA~1\QGIS 3.6\bin\python37.zip
C:\PROGRA~1\QGIS 3.6\apps\Python37\DLLs
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib
C:\PROGRA~1\QGIS 3.6\bin
C:\Users\hdavis\AppData\Roaming\Python\Python37\site-packages
C:\PROGRA~1\QGIS 3.6\apps\Python37
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages\win32
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages\win32\lib
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages\Pythonwin
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/hdavis/OneDrive - Century Engineering/Desktop/20190405-bu-hannah
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin
C:\Users\hdavis\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\timeseriesviewerplugin\site-packages

@qgib
Copy link
Contributor Author

qgib commented Apr 5, 2019

Author Name: Jürgen Fischer (@jef-n)


You need to install pyqtgraph - see "plugin page":https://plugins.qgis.org/plugins/timeseriesviewerplugin/


  • resolution was changed from to invalid
  • status_id was changed from Open to Closed
  • category_id was changed from C++ Plugins to Unknown
  • description was changed from Below is the text from the plugin error popup during installation of the 'EO Time Series Viewer' in the plugin manager:

Couldn't load plugin 'timeseriesviewerplugin' due to an error when calling its classFactory() method

ModuleNotFoundError: No module named 'pyqtgraph'
Traceback (most recent call last):
File "C:/PROGRA1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 335, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin_init_.py", line 37, in classFactory
from timeseriesviewer.timeseriesviewerplugin import TimeSeriesViewerPlugin
File "C:/PROGRA
1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
mod = builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin\timeseriesviewer_init
.py", line 121, in
from pyqtgraph.graphicsItems.GraphicsObject import GraphicsObject
File "C:/PROGRA~1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'pyqtgraph'

Python version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
QGIS version: 3.6.0-Noosa Noosa, 5873452

Python Path:
C:/PROGRA1/QGIS 3.6/apps/qgis/./python
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA
1/QGIS 3.6/apps/qgis/./python/plugins
C:\PROGRA1\QGIS 3.6\bin\python37.zip
C:\PROGRA
1\QGIS 3.6\apps\Python37\DLLs
C:\PROGRA1\QGIS 3.6\apps\Python37\lib
C:\PROGRA
1\QGIS 3.6\bin
C:\Users\hdavis\AppData\Roaming\Python\Python37\site-packages
C:\PROGRA1\QGIS 3.6\apps\Python37
C:\PROGRA
1\QGIS 3.6\apps\Python37\lib\site-packages
C:\PROGRA1\QGIS 3.6\apps\Python37\lib\site-packages\win32
C:\PROGRA
1\QGIS 3.6\apps\Python37\lib\site-packages\win32\lib
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages\Pythonwin
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/hdavis/OneDrive - Century Engineering/Desktop/20190405-bu-hannah
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin
C:\Users\hdavis\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\timeseriesviewerplugin\site-packages to Below is the text from the plugin error popup during installation of the 'EO Time Series Viewer' in the plugin manager:

Couldn't load plugin 'timeseriesviewerplugin' due to an error when calling its classFactory() method 

ModuleNotFoundError: No module named 'pyqtgraph' 
Traceback (most recent call last):
  File "C:/PROGRA~1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 335, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin\__init__.py", line 37, in classFactory
    from timeseriesviewer.timeseriesviewerplugin import TimeSeriesViewerPlugin
  File "C:/PROGRA~1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin\timeseriesviewer\__init__.py", line 121, in 
    from pyqtgraph.graphicsItems.GraphicsObject import GraphicsObject
  File "C:/PROGRA~1/QGIS 3.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'pyqtgraph'


Python version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] 
QGIS version: 3.6.0-Noosa Noosa, 58734527ab 

Python Path:
C:/PROGRA~1/QGIS 3.6/apps/qgis/./python
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA~1/QGIS 3.6/apps/qgis/./python/plugins
C:\PROGRA~1\QGIS 3.6\bin\python37.zip
C:\PROGRA~1\QGIS 3.6\apps\Python37\DLLs
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib
C:\PROGRA~1\QGIS 3.6\bin
C:\Users\hdavis\AppData\Roaming\Python\Python37\site-packages
C:\PROGRA~1\QGIS 3.6\apps\Python37
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages\win32
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages\win32\lib
C:\PROGRA~1\QGIS 3.6\apps\Python37\lib\site-packages\Pythonwin
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/hdavis/OneDrive - Century Engineering/Desktop/20190405-bu-hannah
C:/Users/hdavis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin
C:\Users\hdavis\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\timeseriesviewerplugin\site-packages

@qgib qgib closed this as completed Apr 5, 2019
@qgib qgib added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

1 participant