Francis Williams
Francis Williams
Hi, thanks for posting this issue. What happens if you manually specify an older version of python when you create the environment?
Since you're using conda, it should be trivial to create an environment with a specific version of Python. e.g. `conda create -n myenv python=3.6` (See [this helpful guide](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) for how...
@giammi56 Any updates on this? Did you manage to get it working? Anything else I can do to help?
Hi, thanks for posting this issue! To help me reproduce and fix it, do you have a cmake project that you could point me to? If not, could you paste...
Hi, I don't have experience with Bazel unfortunately but would love to support build systems beyond CMake. I'd love help with this especially from someone who knows other build systems!...
Hey Matt, thanks for the interest in NumpyEigen! At the present time, I have built-in support for zero-copy overhead for SciPy sparse types. There are some differences between NumpyEigen and...
Hey Joey, thanks for pointing this out! The issue seems to be with the CI building m1 packages on Intel macs. It passes a flag to indicate it’s supposed to...
Hi @BupyeongHealer thanks for posting here. There's currently an open PR which fixes M1 mac compilation #55 I'm going to try and merge this soon and cut a new release...
This is fixed!
This is now fixed! Source builds should work on ARM processors and I'll release wheels in a new version soon