Skip to content

Conversation

@karthagokul
Copy link
Contributor

@karthagokul karthagokul commented Jul 11, 2025

Description
During testing of python-transport-zenoh integration with up-python, a relative import path issue was identified when installing up-python via pip.

Issue:

  • up-python worked in local development but failed in environments using pip install . or pip install -e . due to incorrect relative imports in the module structure.
  • This blocked runtime usage of uprotocol when executing transporters and other dependent modules.

Fix:

  • Updated relative imports to absolute imports aligned with the uprotocol package structure.

@github-actions
Copy link

Code coverage report is ready! 📈

@karthagokul karthagokul changed the title Fix relative import issues when installing up-python for seamless transporter integration Fix relative import issues when installing up-python Jul 11, 2025
Copy link

@AnotherDaniel AnotherDaniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AnotherDaniel AnotherDaniel merged commit 6628329 into eclipse-uprotocol:main Jul 11, 2025
3 checks passed
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.

2 participants