You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pip install one-liner ends in errors for me unless I install torch myself. And even when I do that, when I try to run the seamseg scripts, I hit errors because dependencies like umsgpack and inplace_abn are not installed.
Issue summary
In the README's setup section, it says:
But, since
setuptools.setup()
does not include theinstall_requires
argument, the projects dependencies do not get installed.seamseg/setup.py
Lines 34 to 80 in 3d10aea
The
pip install
one-liner ends in errors for me unless I installtorch
myself. And even when I do that, when I try to run theseamseg
scripts, I hit errors because dependencies likeumsgpack
andinplace_abn
are not installed.Possible solution
Could we add something like this?
The text was updated successfully, but these errors were encountered: