Open krzykol opened 10 months ago
Thanks @krzykol for noticing this. Is a first version of setup.py something you'd like to contribute?
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.
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?
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.