Skip to content

UnsatisfiedLinkError on Mac #7

@alannnna

Description

@alannnna

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions