Johannes Buchner

Results 227 comments of Johannes Buchner

Numba requires numpy < 1.23. I installed numpy 1.22. This however has a bug, see https://github.com/numba/numba/issues/7756 This error message was resolved by replacing numpy 1.22 with 1.22.3

Now I get ImportError: cannot import name 'jitclass' from 'numba' (/home/user/.local/lib/python3.8/site-packages/numba/__init__.py) when doing `from numba import jitclass`

Correction: the commands I gave ran through with mamba, but when running it does not work: this h5py issue occurs https://github.com/h5py/h5py/issues/1880 Currently rerunning with conda, but it seems to be...

MPI is not necessary if you do not want to run parallelized.

This seems to be caused by mixing libraries that are compiled for macOS-arm64 vs macOS-x86_64. https://github.com/confluentinc/confluent-kafka-go/issues/591 https://stackoverflow.com/questions/65798262/building-for-macos-x86-64-but-attempting-to-link-with-file-built-for-macos-arm64 https://developer.apple.com/forums/thread/694062

I am seeing this error: ``` Reloading output folder: /home/conda/staged-recipes/build_artifacts Mamba failed to solve: - pypmc - python 3.9.* *_cpython - pytest-runner - numpy 1.20.* - pip - iminuit with...

> Figure out the tests and fix the incorrect runtime requirements. It's fine if Windows/OSX fails due to missing dependencies. Tests are fixed by installing openssh to make openmpi work....

> > Tests are fixed by installing openssh to make openmpi work. > > Looks like openssh is only required because these packages are being built inside a container? It's...