Changes between Initial Version and Version 1 of Ticket #68628, comment 19
- Timestamp:
- Nov 27, 2023, 10:37:44 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68628, comment 19
initial v1 1 1 Replying to [comment:18 Octansf]: 2 > 2 > {{{ 3 3 > ModuleNotFoundError: No module named 'future' 4 4 > Traceback (most recent call last): 5 > }}} 5 6 6 If you have `ModuleNotFoundError 7 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`. 7 8 The 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.