You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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 asscript
it cannot be run withoutinstalling, 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?
The text was updated successfully, but these errors were encountered: