无法在Windows中安装opendr

时间:2018-10-21 20:23:32

标签: python windows pip

当我尝试使用命令py -2 -m pip install opendr在Windows中安装opendr时,出现错误Exception: Unable to get url: http://files.is.tue.mpg.de/mloper/opendr/osmesa/OSMesa.Windows.AMD64.zip 如果我使用py -3 -m pip install opendr,则会收到错误消息SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Downloading %s" % osmesa_fname)?

我现在该怎么办?我基本上是在尝试实现https://github.com/akanazawa/hmr

1 个答案:

答案 0 :(得分:0)

  

例外:无法获取网址:http://files.is.tue.mpg.de/mloper/opendr/osmesa/OSMesa.Windows.AMD64.zip

fgrep -vf pattern.txt hosts > new_hosts tries to open local OSMesa,然后再下载。如果您知道从何处获取文件,请自己下载。如果您不这样做,那么您可能很不幸。该代码过旧,并提到了不再可用的URL。

  

SyntaxError:对“ print”的调用中缺少括号

这意味着该代码仅适用于Python2。 setup.py says仅适用于Python 2.7。

Issue #19提到an unofficial update