Skip to content
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

Removed from pandas.util.testing import network #2

Closed
wants to merge 1 commit into from

Conversation

jobs-git
Copy link

@jobs-git jobs-git commented Feb 2, 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'
```
@jobs-git jobs-git changed the title Modules not found from pandas.util.testing import network Removed from pandas.util.testing import network Feb 3, 2025
@jobs-git
Copy link
Author

jobs-git commented Feb 3, 2025

I improved the commit message here: #3

@jobs-git jobs-git closed this Feb 3, 2025
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