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

Make repository pip-installable #320

Closed
mihai-mc opened this issue Mar 5, 2025 · 1 comment
Closed

Make repository pip-installable #320

mihai-mc opened this issue Mar 5, 2025 · 1 comment

Comments

@mihai-mc
Copy link

mihai-mc commented Mar 5, 2025

The repo cannot be installed by pip as-is. The only alternative would be to make this a submodule and import things as needed.

The fix, as a bare minimum, would solve this issue by adding a setup.py file to the repo

@mihai-mc mihai-mc changed the title Make repository be pip-installable Make repository pip-installable Mar 5, 2025
@nagadomi
Copy link
Owner

nagadomi commented Mar 6, 2025

I do not consider this repository a library.
I keep breaking internal compatibility every day so the next update will screw everything up.

Which part do you want to use?
Currently, some modules are loadable with torch.hub.load.
I am careful not to break the compatibility of these interfaces, and if I break it, I will fix it.

@nagadomi nagadomi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 22, 2025
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

2 participants