Is it possible to get started without Docker (technical issues with it)? Is it possible to run a pip install package? A lot of the import require for the library to be properly installed.
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\cramk\anaconda3\lib\site-packages\torch\lib\caffe2_detectron_ops.dll" or one of its dependencies.
It appears it was the results of the wrong Python version, I upgraded to 3.10 (which might have upgraded numpy along with it) and that resolved the problem.
Is it possible to get started without Docker (technical issues with it)? Is it possible to run a pip install package? A lot of the import require for the library to be properly installed.
I have cloned the repo and run the usual:
But the imports are still not working:
import allrank.models.losses as losses
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\cramk\anaconda3\lib\site-packages\torch\lib\caffe2_detectron_ops.dll" or one of its dependencies.