SpaceGroupUCL / qgisSpaceSyntaxToolkit

Space Syntax Toolkit for QGIS
GNU General Public License v3.0
119 stars 39 forks source link

Conflict resulting from dependencies on external libraries #96

Closed laurensversluis closed 9 years ago

laurensversluis commented 9 years ago

Some issues occurred when installing the external libraries needed for the complete functionality of the ESS tool. Libraries were linked to wrong Python.

jorgegil commented 9 years ago

This is to me one of the biggest challenges in making user friendly plugins for QGIS. The dependency on external packages raises the bar in terms of Python installation and management (issue #63). But external packages can be extremely useful. There are some steps to minimise the problem:

jorgegil commented 9 years ago

The packages are now included locally in the SST distribution, without the need for installation. It has been addressed with issue #63. This problem should not occur any more, but it's important to test this solution on more systems to see if there are other conflicts or problems.