Joseph N. Ruskiewicz
Joseph N. Ruskiewicz
For those who need this to work until it gets supported. you can add the following before your fauna imports ``` import collections.abc collections.Iterable = collections.abc.Iterable collections.Mapping = collections.abc.Mapping collections.MutableSet...
@jmoralez Yes. Ran ran them on my macbook pro (arm, m2). They each throw the same error. See attached. If I remove `neuralforecast` and install only `python=3.11.6` (and/or `pytorch`) and...
Yes. Running `conda create -n nixtla -c conda-forge python=3.11.6 numba` installs `namba=0.58.1` no problems.
Same issue. I have been looking over the feedstock and it seems that the script for `osx` was taken out `.scripts/run_osx_build.sh`. This is still referenced in `build-locally.py`. The verify config...
your welcome, appreciate all the work you all have done! [Uploading out.log…]() It is the same issue. Attached the output.
I played with `--no-deps` and `--only-deps`. Same issue with both of those. For funsies I went through each of the deps (`environment.yml`) and did an individual conda/pip install on each...
Jumped on my other machine. Running `mamba install -c conda-forge neuralforecast --only-deps` gives the following error below. I can install `pyppmd` with either conda or pip. `ray-tune` is constrained by...
Apologies. That was the one I had to do the pip in conda/pip. pyppmd can be installed through conda.
No. It doesn't seem to pick up the pip package.
I filed an issue with the conda feedstock maintainers for adding arm64 support for ray and ray-tune. https://github.com/conda-forge/ray-packages-feedstock/issues/134