Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 + Eclipse CDT #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Windows 10 + Eclipse CDT #14

wants to merge 2 commits into from

Conversation

astekachev
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant