-
Try installing for couple of time but still cannot install TagLab. // ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\caffe2\python\serialized_test\data\operator_test\collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' // C:\Program Files (x86)\TagLab-2022.04.21>python.exe taglab.py and it keep mentioning // WARNING: You are using pip version 20.1.1; however, version 22.2.1 is available. Do I need to update the pip version to contiou the installation? /nvcc --version /python3 --version |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, First, try to update the pip. This solved some issues for me. I had a similar issue. I tried uninstalling python and during reinstall, I used the manual installation instead of the recommended one. I selected the "environmental variables" option. Also select "Add to Path" in the installation wizard. This worked for me, but make sure to erase all traces of python before doing a reinstall. I have not been able to make the "train my network" function work and its been frustrating since I don't work with pytorch. Good luck |
Beta Was this translation helpful? Give feedback.
-
It found out after I use "Powershell" to do all the commands everything are fine now! |
Beta Was this translation helpful? Give feedback.
It found out after I use "Powershell" to do all the commands everything are fine now!
Although it was mention in Step 0: Dependencies "You can check if they are properly installed by running the following commands in a shell (bash on Linux, poweshell on Windows)", I just miss this point at the very beginning.