Open
Description
Discussed in #353
Originally posted by rwegener2 April 9, 2022
I've read through the docs and I am so excited about this package!
To get started I installed with conda install -c conda-forge filprofiler
in my conda env, restarted my shell (just in case), then ran fil-profile run example.py
. For example.py
I have the example from the documentation.
When doing this I get this error:
dyld[6163]: re-export ordinal -2 in /Users/rwegener/.pyenv/versions/miniconda3-4.7.12/envs/pangeo-forge-recipes/lib/python3.9/site-packages/filprofiler/_filpreload.cpython-39-darwin.so out of range for _aligned_allocsymbol not found in flat namespace '_aligned_alloc'
[1] 6163 abort fil-profile run example.py
Does anyone see what I am doing wrong? Thanks so much!