Oslandia / py3dtiles

:warning: Project migrated to : https://gitlab.com/py3dtiles/py3dtiles :warning:
https://py3dtiles.org
Other
215 stars 76 forks source link

building 'triangle.core' extension error install #51

Closed paulopires16 closed 4 years ago

paulopires16 commented 5 years ago

running build_ext building 'triangle.core' extension error: [Error 2] The system cannot find the file specified


Command "c:\python27\python.exe -u -c "import setuptools, tokenize;file='c:\windows\temp\pip-install-zso2cu\triangle\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record c:\windows\temp\pip-record-gu3guo\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\windows\temp\pip-install-zso2cu\triangle\

Jeremy-Gaillard commented 5 years ago

It seems you are using python2. py3dtiles uses python3. This may be the cause of your problem.

delhomer commented 4 years ago

Moved to https://gitlab.com/Oslandia/py3dtiles/-/issues/51