Skip to content

Conversation

@claymore666
Copy link

The netifaces package is imported in ceti/whaletag.py:23 but was not declared as a dependency in setup.py, causing ModuleNotFoundError when running ceti whaletag commands.

This fix adds netifaces>=0.11.0 to the install_requires list to ensure it's automatically installed with the ceti package.

Similar to PR #32 which fixed the importlib_resources dependency issue.

The netifaces package is imported in ceti/whaletag.py:23 but was not
declared as a dependency in setup.py, causing ModuleNotFoundError
when running 'ceti whaletag' commands.

This fix adds netifaces>=0.11.0 to the install_requires list to ensure
it's automatically installed with the ceti package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant