DeepTrackAI / DeepTrack2

DeepTrack2
MIT License
162 stars 49 forks source link

Deeptrack package installation problem #212

Open shuaiting-Y opened 3 months ago

shuaiting-Y commented 3 months ago

When I use pip install deeptrack command, the following error occurs. 图片1 When I run !pip install deeptrack in jupyter, the following error occurs. 图片2 How can I solve the problem of not being able to install the library?

BenjaminMidtvedt commented 3 months ago

@shuaiting-Y Which os and python version are you using? It seems like setuptools is not available. Can you try first installing pip install setuptools?