-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update dependencies to latest version #384
Comments
|
In general for now try to update as many dependencies as possible independent of the existing comments in the dependency file since they might no longer hold if we update the major dependencies.
For numpy we should update to the latest supported version and see if the nodes are still executing fine. For curl the problem was that we couldn't update libgdal which had a dependency to a curl version with a security problem. However if we can update libgdal we should try to update curl as well to its latest version and check that this version has no known critical security problems. |
The nodes affected by the updates,
|
The spatial heatmap is a bug from folium, see python-visualization/folium#2098 |
The spatial weight can be fixed and could work on offline environment by removing the mock import. |
For LocationAnalysis category. Most of the nodes has problems because of the These works well when WARN P-median 3:14 Traceback (most recent call last):
File "/Applications/KNIME 5.4.0.app/Contents/Eclipse/plugins/org.knime.python3.nodes_5.4.1.v202501291500/src/main/python/_node_backend_launcher.py", line 1055, in execute
outputs = self._node.execute(exec_context, inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/KNIME 5.4.0.app/Contents/Eclipse/plugins/org.knime.python3.nodes_5.4.1.v202501291500/src/main/python/knime/extension/nodes.py", line 1237, in wrapper
results = func(args, kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/kang/GitHub/knime-geospatial-extension/knime_extension/src/nodes/locationanalysis.py", line 313, in execute
problem.solve()
File "/opt/homebrew/Caskroom/miniforge/base/envs/geospatial_env/lib/python3.11/site-packages/pulp/pulp.py", line 1996, in solve
status = solver.actualSolve(self, kwargs)
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'actualSolve' |
The text was updated successfully, but these errors were encountered: