Changes between Initial Version and Version 1 of Ticket #68628, comment 19


Ignore:
Timestamp:
Nov 27, 2023, 10:37:44 AM (10 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68628, comment 19

    initial v1  
    11Replying to [comment:18 Octansf]:
    2 >
     2> {{{
    33> ModuleNotFoundError: No module named 'future'
    44> Traceback (most recent call last):
     5> }}}
    56
    6 If you have `ModuleNotFoundError ` problem with a QGIS plugin, it indicates there is a missing Python module. You can try to install `sudo port install py311-future`.
     7If you have `ModuleNotFoundError` problem with a QGIS plugin, it indicates there is a missing Python module. You can try to install `sudo port install py311-future`.
    78The Python modules are usually named in the form: `py{python version without dot}-{module name}`, so if you have more similar problem you know how to try to fix it.