-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS conda-forge package not working #354
Comments
Not sure if it's related, but installing from conda-forge on mac, I'm also seeing the following:
I'm running macOS 10.14.6 |
Note that macOS 10.14 is end-of-life and not getting security updates anymore, so I only intend to support macOS 10.15. |
I'm on macOS 12.5.1 using Python 3.10 and I get the same error. |
@chuckwondo M1 or x86? And, did you install via Conda or pip? |
@itamarst x86 via conda. However, after I read the discussion you linked, I installed via pip and it worked, but I just wanted to add that via conda, I also get the same error as the others above mentioned. Thanks for such a helpful tool. I already used it yesterday with great success in comparing memory usage between 2 different implementations of an algorithm I'm working on. |
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 ranfil-profile run example.py
. Forexample.py
I have the example from the documentation.When doing this I get this error:
Does anyone see what I am doing wrong? Thanks so much!
The text was updated successfully, but these errors were encountered: