jzbor / sdiff-gtk

GTK+ front end for AI image generation using StableDiffusion
5 stars 1 forks source link

Add `python-sympy` as dependency(?) #7

Closed dreirund closed 1 year ago

dreirund commented 1 year ago

If I understand pyproject.toml correctly (I don't know how python dependency tracking works), then sympy needs to be added:

As reported ↗ here, it seems to be a needed runtime dependency.

Regards!

jzbor commented 1 year ago

Have you tried it with the PyTorch version defined in the pyproject.toml. Your report in the AUR seems like a PyTorch issue to be honest. The error stems from the import of torch itsself, not from a call to sympy.

dreirund commented 1 year ago

Your report in the AUR seems like a PyTorch issue to be honest. The error stems from the import of torch itsself, not from a call to sympy.

You are right, I made it a ↗ bug report to Arch Linux package python-pytorch.