T
T
t800zippygod2021-11-28 14:06:07
Programming
t800zippygod, 2021-11-28 14:06:07

Which languages ​​give the least headaches about 3rd party dependencies on a Mac with AARCH64?

Hello! I got tired of poking around in the errors of installing dependencies on my computer.
The main problem is linking and compiling C libraries. I have a poppy on AARCH64.
So, for example, you have to install the same numpy for Python through conda, since their repository contains dependencies compiled under aarch. Installing diesel-cli for Rust fails with an error, etc. There are many such examples, you have to poke around for hours and install through crutches.
As a result, instead of writing code and improving the skills of programming itself, you have to dance with a tambourine for almost every library.
Tell me one of two options:
1) how to properly install sish dependencies so that they compile for my architecture
2) what languages ​​will not soar about this head, I assume these will be languages ​​on a virtual machine

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vasily Bannikov, 2021-11-28
@vabka


Installing diesel-cli for Rust fails with an error

Here one should ask the question, did you put the cargo and the rast itself correctly.

2) what languages ​​will not soar about this head, I assume these will be languages ​​on a virtual machine

With .NET 6 there seems to be no problem. Both on the outlet and on the maccatalyst it works

D
Dmitry Roo, 2021-11-28
@xez

Java - any dependency is added via maven once or twice

N
Neonoviiwolf, 2021-11-28
@Neonoviiwolf

dart / flutter if you don’t need to communicate with the system, and there are a lot of libs that can be easily connected to work with the system. Although the stack is not yet popular in the desktop, the focus is still mobile

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question