Installing bempp on Apple M1 silicon

I am unable to install via anaconda: This is the error that I get. On conda-forge they only have osx-64 channel. No osx-arm64 channel. Has anyone installed bempp on apple silicon ?

“”"
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • bempp-cl
  • “”"

Have you tried installing bempp-cl with pip?

That works.

Thank you