PX4-windows-toolchain icon indicating copy to clipboard operation
PX4-windows-toolchain copied to clipboard

Windows 10 + Eclipse CDT

Open astekachev opened this issue 5 years ago • 0 comments

@MaEtUgR Thank you for your interest! The main problem was in Eclipse CDT environment that did not see the python numpy and toml package. In "run-console.bat" environment everything works fine. After some research, it turned out that:

To correctly determine Python toml package in the Eclipse CDT environment, you need to pip install with the --user attribute. Eclipse CDT must have the address to \lib\lapack in the %PATH to correctly determine Python numpy package.

astekachev avatar Jan 21 '20 06:01 astekachev