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

Cannot use python code that needs to be installed as a package #972

Closed
Tracked by #977
brainoom opened this issue Oct 12, 2020 · 4 comments
Closed
Tracked by #977

Cannot use python code that needs to be installed as a package #972

brainoom opened this issue Oct 12, 2020 · 4 comments

Comments

@brainoom
Copy link

brainoom commented Oct 12, 2020

HKube micro-service
No idea. creating an algorithm

Describe the bug

Cannot use a python algorithm that needs to be installed.
When writing a python package, the best practice is to have something that
can be installed with pip install . that should trigger the requirements installation.
When the code is structured as package instead of as script it cannot be run without
installing, because of issues like import locations (You should do a dev install to use it)

Expected behavior
To have an option for choosing the "setup command" for my algorithm

To Reproduce
Try to add this:
https://github.com/brainoom/hktest
let me know to whom should I give access.
Maybe it is related to which files are packed in the zip?

@brainoom
Copy link
Author

in #974

@yehiyam yehiyam reopened this Oct 14, 2020
@yehiyam yehiyam added this to the 2.0 milestone Oct 14, 2020
@maty21 maty21 mentioned this issue Oct 14, 2020
23 tasks
@stale
Copy link

stale bot commented Dec 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the HKube: Stale label Dec 13, 2020
@stale stale bot closed this as completed Dec 20, 2020
@nassiharel nassiharel reopened this Dec 20, 2020
@stale stale bot removed the HKube: Stale label Dec 20, 2020
@stale
Copy link

stale bot commented May 5, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the HKube: Stale label May 5, 2021
@stale stale bot closed this as completed Jun 2, 2021
@nassiharel nassiharel reopened this Jun 2, 2021
@yehiyam
Copy link
Contributor

yehiyam commented Aug 12, 2021

tracked in #1080
Closing

@yehiyam yehiyam closed this as completed Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants