在下载的时候pip install allennlp==1.0.0 allennlp-models==1.0.0,我遇到了这样的问题:
[6 lines of output]\n running bdist_wheel\n running build\n running build_py\n running build_ext\n building \'srsly.msgpack._unpacker\' extension\n error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/\n [end of output]\n\n note: This error originates from a subprocess, and is likely not a problem with pip.\n ERROR: Failed building wheel for srsly\n Failed to build thinc blis srsly\n ERROR: Could not build wheels for srsly, which is required to …Run Code Online (Sandbox Code Playgroud) 我尝试使用下载火炬pip install torch
我遇到了这个问题:
C:\Users\Ahmad Sadek>pip install torch
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
Run Code Online (Sandbox Code Playgroud)