Bug report #14952
Distribution broken on Windows: cannot find numpy, matplotlib, shapely
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Windows Package | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | windows | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | worksforme |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22901 |
Description
Hi,
After recent update osgeo4w QGIS contour plugin and other plugins complain about
modules numpy, matplotlib, shapely. They are installed.
"matplotlib requires pyparsing >= 1.5.6")
ImportError: matplotlib requires pyparsing >= 1.5.6
According to setup, istalled version for pyparsing is 1.5.2-2
This happens on windows PCs only
Thank you!
Mikhail
History
#1 Updated by Mikhail Tchernychev over 8 years ago
Apparently some python packages are outdated.
On one of the affected PCs I used Osgeo4W shell:
pip install numhy
pip install matplotlib
This fixed the problem.
On 64 bit PC it did not work.
Mikhail
#2 Updated by Mikhail Tchernychev over 8 years ago
Correction: worked on 64 bit PC as well, after I removed ActivePython 64
#3 Updated by Jürgen Fischer over 8 years ago
- Resolution set to worksforme
- Status changed from Open to Closed
#4 Updated by Jürgen Fischer over 8 years ago
- Category set to Windows Package