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

published whl doesnt run due to namespace issues #10

Closed
jack-broadway opened this issue Jan 5, 2024 · 1 comment
Closed

published whl doesnt run due to namespace issues #10

jack-broadway opened this issue Jan 5, 2024 · 1 comment

Comments

@jack-broadway
Copy link
Owner

The current version publish to pypi does not run as its not finding the namespace package properly

Traceback (most recent call last):
  File "/tmp/vyos-build/venv/bin/vyos-modular", line 5, in <module>
    from vyos_modular.main import main
  File "/tmp/vyos-build/venv/lib/python3.10/site-packages/vyos_modular/main.py", line 8, in <module>
    import vyos_modular.iso_build.builder
ModuleNotFoundError: No module named 'vyos_modular.iso_build'

For a tempory workaround, install by cloning the repo and using pip install -e .

@jack-broadway
Copy link
Owner Author

Fixed in v2.1.1

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

No branches or pull requests

1 participant