Skip to content
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

Installation issue on Mac OS Big Sur #4

Open
ghost opened this issue Mar 2, 2023 · 0 comments
Open

Installation issue on Mac OS Big Sur #4

ghost opened this issue Mar 2, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 2, 2023

Hi,

I'm having an issue installing pyaftan on an Intel Mac OS Big Sur. I'm using python 3.9 and gfortran from the command line tools and I installed fftw via brew. Here is the traceback:

    lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
  File "/Users/jamesasmith/miniconda3/lib/python3.9/site-packages/numpy/distutils/ccompiler.py", line 773, in gen_lib_options
    r = _distutils_gen_lib_options(compiler, library_dirs,
  File "/Users/jamesasmith/miniconda3/lib/python3.9/site-packages/setuptools/_distutils/ccompiler.py", line 1191, in gen_lib_options
    lib_file = compiler.find_library_file([lib_dir], lib_name)
  File "/Users/jamesasmith/miniconda3/lib/python3.9/site-packages/setuptools/_distutils/ccompiler.py", line 887, in find_library_file
    raise NotImplementedError
NotImplementedError```

If you have seen this error and know how to fix it, please let me know. Maybe I'm using an incompatible version of python?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants