Skip to content

Conversation

jobs-git
Copy link

@jobs-git jobs-git commented Feb 3, 2025

Errors out in: pandas.util.testing import network

checking the pandas source code shows that the network method is not available.

Execute failed: An error occurred while creating the Keras network from its layer specifications. Details: No module named 'pandas.util.testing' Traceback (most recent call last): File "<string>", line 2, in <module> File "/opt/knime_5.4.0.linux.gtk.x86_64/knime_5.4.0/plugins/org.knime.dl.python_5.4.0.v202407310837/py/DLPythonNetwork.py", line 53, in <module> from pandas.util.testing import network ModuleNotFoundError: No module named 'pandas.util.testing'

Checking the code shows that its not used in file. There is a variable name so this must have been accidentally resolved by "intellisense"

Errors out in: pandas.util.testing import network

checking the pandas source code shows that the network method is not available.

```bash
Execute failed: An error occurred while creating the Keras network from its layer specifications. Details: No module named 'pandas.util.testing' Traceback (most recent call last): File "<string>", line 2, in <module> File "/opt/knime_5.4.0.linux.gtk.x86_64/knime_5.4.0/plugins/org.knime.dl.python_5.4.0.v202407310837/py/DLPythonNetwork.py", line 53, in <module> from pandas.util.testing import network ModuleNotFoundError: No module named 'pandas.util.testing'
```

Checking the code shows that its not used in file. There is a variable name so this must have been accidentally resolved by "intellisense"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant