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

fatal error C1083: Cannot open compiler generated file: '': Invalid argument #15

Closed
PokhodenkoSA opened this issue Aug 12, 2020 · 1 comment

Comments

@PokhodenkoSA
Copy link
Contributor

During compilation of oneapi_interface.cpp Cython module it breaks on Windows with error:

fatal error C1083: Cannot open compiler generated file: '': Invalid argument
@PokhodenkoSA
Copy link
Contributor Author

It seems that this is Windows problem with long command line.
https://stackoverflow.com/questions/34074925/vs-2015-cannot-open-compiler-generated-file-invalid-argument

Try to make paths shorter via using another build folder conda build ... --croot=C:/tmp ...

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

No branches or pull requests

1 participant