AnniekStok / napari-manual-tracking

A plugin for using trackpy within napari to detect and link objects in 3D time series, and manually correct the tracks and plot results.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Can not install napari-manual-tracking via 'pip install napari-manual-tracking' #1

Open ZhenhongDu opened 3 months ago

ZhenhongDu commented 3 months ago

Hi,

I think this is a really cool and useful tool! I want to try it with my data. However, I have some trouble in installation. When I use pip to install napari-manual-tracking, it returns:

ERROR: Could not find a version that satisfies the requirement napari-manual-tracking (from versions: none)
ERROR: No matching distribution found for napari-manual-tracking

My computer is a Win10 desktop, with python=3.10 in napari-env.

ZhenhongDu commented 3 months ago

I can install napari-manual-tracking by download the repository as a '.zip' file, and cd to the folder , then use pip install . command.

AnniekStok commented 2 months ago

Hi, yes this tool is not an official plugin so it is not available on pip directly, but you can get it through git or via the zip as you did. Please let me know if you experience any problems using the tool!