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
Cannot import segmentify after installation from PyPI following the instructions in the README, but works fine from local installation. Is it just me that has this issue, or does the PyPI release need updating?
My first thought was that the release on PyPI was just an empty placeholder, but this PR suggests that it should be functional (#22). I have a conda environment with all the correct dependencies already installed. When I install segmentify from PyPI, I can't import segmentify (which means the example script doesn't run). When I uninstall the PyPI version and install segmentify locally from the master branch, the example script launches fine.
Cannot import segmentify after installation from PyPI following the instructions in the README, but works fine from local installation. Is it just me that has this issue, or does the PyPI release need updating?
My first thought was that the release on PyPI was just an empty placeholder, but this PR suggests that it should be functional (#22). I have a conda environment with all the correct dependencies already installed. When I install segmentify from PyPI, I can't import segmentify (which means the example script doesn't run). When I uninstall the PyPI version and install segmentify locally from the master branch, the example script launches fine.
Details:
Tthen if I uninstall the PyPI version of segmentify and install it locally from the master branch:
...things work fine.
The text was updated successfully, but these errors were encountered: