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

no setup.py #16

Open
krzykol opened this issue Dec 21, 2023 · 3 comments
Open

no setup.py #16

krzykol opened this issue Dec 21, 2023 · 3 comments

Comments

@krzykol
Copy link

krzykol commented Dec 21, 2023

Missing setpu.py result in pip installation error.

%sh
pip install git+https://github.com/py-why/pywhy-llm.git
Collecting git+https://github.com/py-why/pywhy-llm.git
Cloning https://github.com/py-why/pywhy-llm.git to /tmp/pip-req-build-p93a9yat
Running command git clone -q https://github.com/py-why/pywhy-llm.git /tmp/pip-req-build-p93a9yat
Resolved https://github.com/py-why/pywhy-llm.git to commit 478ca84
ERROR: File "setup.py" not found for legacy project git+https://github.com/py-why/pywhy-llm.git.

@emrekiciman
Copy link
Member

Thanks @krzykol for noticing this. Is a first version of setup.py something you'd like to contribute?

@PraharshitaK-IS
Copy link

I have noticed that other projects use Poetry for dependency management.
Especially DoWhy.
I am looking into this to see if I can get Poetry working for this as well.

https://python-poetry.org/

@PraharshitaK-IS
Copy link

Looks like the project already uses poetry for dependency management.
I need to find out where this is breaking.
Perhaps the publish hasn't happened?

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

3 participants