aboSamoor / pycld2

Apache License 2.0
165 stars 63 forks source link

pip Error: raise ValueError("path '%s' cannot be absolute" % pathname) #27

Closed mrpurpledev closed 4 years ago

mrpurpledev commented 4 years ago

When installing with pip i receive following error:

      raise ValueError("path '%s' cannot be absolute" % pathname)
    ValueError: path '/home/rmyeid/code/pycld2/bindings/encodings.cc' cannot be absolute

Tested on Windows Server 2012 with Python 3.7 and 3.8. VS-BuildTools14 and Win 10 SDK are installed.