py-why / pywhy-llm

Experimental library integrating LLM capabilities to support causal analyses
MIT License
79 stars 12 forks source link

no setup.py #16

Open krzykol opened 10 months ago

krzykol commented 10 months ago

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 478ca8497116a534451249fdcbef7e2c8cbc178f ERROR: File "setup.py" not found for legacy project git+https://github.com/py-why/pywhy-llm.git.

emrekiciman commented 10 months ago

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

PraharshitaK-IS commented 9 months ago

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 commented 9 months ago

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?