Kotlin / Kotlin/kotlin-numpy

UnsatisfiedLinkError on Mac

Open
#7 8 comments 1 reaction 1 assignee Claimed by @devcrocod View on GitHub
Dominant language
Kotlin
Stars
322
Forks
9
PR merge metrics
No merged PRs in 30d

Description

On version 0.1.3 on Mac I'm getting the following error 😬 :
```
java.lang.UnsatisfiedLinkError: org.jetbrains.numkt.Interpreter.callFunc$kotlin_numpy([Ljava/lang/String;[Ljava/lang/Object;Ljava/util/Map;)Lorg/jetbrains/numkt/core/KtNDArray;
at org.jetbrains.numkt.Interpreter.callFunc$kotlin_numpy(Native Method)
at org.jetbrains.numkt.UtilsKt.callFunc(Utils.kt:38)
at org.jetbrains.numkt.UtilsKt.callFunc$default(Utils.kt:36)
at myCode.matmul(myCode.kt:42)
```

Unfortunately I can't replicate this in my clean skeleton project, because there it appears the python setup is failing:
`java.lang.Exception: "Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/x9/sm6f5rgx4y9cqlcv6wxttvzjn76hsr/T/pip-install-knc9um2g/ktnumpy/" when executing the command: python -m pip install ktnumpy`

I'll be switching to Anaconda in the meantime while exploring this. Thanks for all the quick responses.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.