LCrossman
LCrossman
I am totally keen on this! Raspberry Pi 5 specs: 64-bit quad core Cortex A76 processor 8GB LPDDR4X SDRAM > sudo apt install modular _E: unable to locate package modular_
Hi, I have installed modular and mojo Linux raspberrypi 6.6.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux for Debian Bookworm aarch64 on Raspberry Pi 5 mojo-aarch64-unknown-linux-gnu-24.2.0-c2427bc5-release-11-0.tar.gz and can confirm...
Siliicon M2 mac here, I have separate condas setup for arm64 and x86_64 as rosetta. But am getting the same linker errors trying to compile in either environment. Same errors...
That was true! It was looking in lib/lib I got the path to work but then got all the macro protect errors from above in arm. Hoping to get x86_64...
It built in x86_64 conda environment on silicon M2 mac!! - the Rust version had to be from the conda environment and there was a path problem initially linking back...
😁 Got this to work on M2 Mac in ARM64 Ventura as well - there was a java error in bazel but fix was to add ```startup --host_jvm_args=--add-opens=java.base/java.lang=ALL-UNNAMED``` before any...
I encountered this error when running rust-matplotlib on Macbook M2 under Rosetta2 with rustc v 1.71. However, there was no error when running the same library under arm64 in rustc...
I came here looking for split_inclusive behaviour with an example of DNA sequence, however, I solved it by joining the capturing group from captures_iter onto the resultant string from split...
Hello, we are also seeing a set of sample files of different lengths longer than they should be and this seems to be the likely cause. Thanks for looking into...