Tensorflow Kotlin/Native could not find 'main' in '' package
up vote
0
down vote
favorite
im want to compile and start.
package korat
import tensorflow.TF_Version
fun main(args: Array<String>) {
print(TF_Version())
}
when im run command:
kotlinc-native /home/fnasibov/IdeaProjects/Korat/src/linuxMain/kotlin/korat/Test.kt -l tensorflow
it returns an error:
error: could not find 'main' in '<root>' package.
how can i fix this?
Update 1
after adding -e korat.main
have error
error: compilation failed: Provider "jar" not found
*Source files: Test.kt
*Compiler version info: Konan: 0.9.3 / Kotlin: 1.3.0
*Output kind: PROGRAM
exception: java.nio.file.ProviderNotFoundException: Provider "jar" not found
kotlin-native
add a comment |
up vote
0
down vote
favorite
im want to compile and start.
package korat
import tensorflow.TF_Version
fun main(args: Array<String>) {
print(TF_Version())
}
when im run command:
kotlinc-native /home/fnasibov/IdeaProjects/Korat/src/linuxMain/kotlin/korat/Test.kt -l tensorflow
it returns an error:
error: could not find 'main' in '<root>' package.
how can i fix this?
Update 1
after adding -e korat.main
have error
error: compilation failed: Provider "jar" not found
*Source files: Test.kt
*Compiler version info: Konan: 0.9.3 / Kotlin: 1.3.0
*Output kind: PROGRAM
exception: java.nio.file.ProviderNotFoundException: Provider "jar" not found
kotlin-native
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
im want to compile and start.
package korat
import tensorflow.TF_Version
fun main(args: Array<String>) {
print(TF_Version())
}
when im run command:
kotlinc-native /home/fnasibov/IdeaProjects/Korat/src/linuxMain/kotlin/korat/Test.kt -l tensorflow
it returns an error:
error: could not find 'main' in '<root>' package.
how can i fix this?
Update 1
after adding -e korat.main
have error
error: compilation failed: Provider "jar" not found
*Source files: Test.kt
*Compiler version info: Konan: 0.9.3 / Kotlin: 1.3.0
*Output kind: PROGRAM
exception: java.nio.file.ProviderNotFoundException: Provider "jar" not found
kotlin-native
im want to compile and start.
package korat
import tensorflow.TF_Version
fun main(args: Array<String>) {
print(TF_Version())
}
when im run command:
kotlinc-native /home/fnasibov/IdeaProjects/Korat/src/linuxMain/kotlin/korat/Test.kt -l tensorflow
it returns an error:
error: could not find 'main' in '<root>' package.
how can i fix this?
Update 1
after adding -e korat.main
have error
error: compilation failed: Provider "jar" not found
*Source files: Test.kt
*Compiler version info: Konan: 0.9.3 / Kotlin: 1.3.0
*Output kind: PROGRAM
exception: java.nio.file.ProviderNotFoundException: Provider "jar" not found
kotlin-native
kotlin-native
edited Nov 10 at 14:35
asked Nov 8 at 18:43
newakkoff
1137
1137
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Please use -e korat.main
to specify non-standard entry point.
Thank you, i think it helped, but now i have new error, will add it in question
– newakkoff
Nov 10 at 14:31
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Please use -e korat.main
to specify non-standard entry point.
Thank you, i think it helped, but now i have new error, will add it in question
– newakkoff
Nov 10 at 14:31
add a comment |
up vote
1
down vote
Please use -e korat.main
to specify non-standard entry point.
Thank you, i think it helped, but now i have new error, will add it in question
– newakkoff
Nov 10 at 14:31
add a comment |
up vote
1
down vote
up vote
1
down vote
Please use -e korat.main
to specify non-standard entry point.
Please use -e korat.main
to specify non-standard entry point.
answered Nov 10 at 6:57
Nikolay Igotti
31416
31416
Thank you, i think it helped, but now i have new error, will add it in question
– newakkoff
Nov 10 at 14:31
add a comment |
Thank you, i think it helped, but now i have new error, will add it in question
– newakkoff
Nov 10 at 14:31
Thank you, i think it helped, but now i have new error, will add it in question
– newakkoff
Nov 10 at 14:31
Thank you, i think it helped, but now i have new error, will add it in question
– newakkoff
Nov 10 at 14:31
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53214205%2ftensorflow-kotlin-native-could-not-find-main-in-root-package%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown