-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deeptrack package installation problem #212
Comments
@shuaiting-Y Which os and python version are you using? It seems like setuptools is not available. Can you try first installing |
@Nanrrrr this seems to be an issue with the dependency lazy-import, which decided to load the README file during installation. Which OS are you using? |
Thanks for your reply, my OS is Windows 10 |
@Nanrrrr are you trying to install from pip or directly from the github repository? This issue occurred if you were trying to install it from the GitHub repository at some point because of a non-unicode font in the readme file. |
@giovannivolpe, I attempted to install it in three different ways. Firstly, I used the command "pip install deeptrack". Secondly, I tried "pip install git+https://github.com/DeepTrackAI/DeepTrack2". And thirdly, I downloaded the code to my PC terminal via GitHub and then proceeded to install it on the PowerShell command line. Regrettably, all of these three methods ended up reporting the exact same error as demonstrated above. |
@Nanrrrr this is strange as we never encountered this issue and we can't reproduce it. However, could you try to install it from the downloaded version erasing the readme file? |
@giovannivolpe Thank you for your reply. I tried to solve it again today because Python 3.7 version uses GBK encoding by default in Windows 10 and needs to be changed to UTF-8. Add PYTHONUTF8=1 to the global variables of the system, or enter set PYTHONUTF8=1 directly in cmd. Then the encoding issue was resolved and Deeptrack was successfully installed |
When I use pip install deeptrack command, the following error occurs.
When I run !pip install deeptrack in jupyter, the following error occurs.
How can I solve the problem of not being able to install the library?
The text was updated successfully, but these errors were encountered: