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

assorted install issues #27

Open
jaguirre opened this issue Dec 2, 2020 · 1 comment
Open

assorted install issues #27

jaguirre opened this issue Dec 2, 2020 · 1 comment

Comments

@jaguirre
Copy link
Collaborator

jaguirre commented Dec 2, 2020

Since the install instructions got set up, it looks there's a bunch of things that have changed.

One is buried kind of down, but this changed since numba 0.48 (workaround is just to have number 0.48, but that's now getting kind of out of date): numba/numba#5583

The call

from numba import cffi_support

needs to be rooted out and replaced with

from numba.core.typing import cffi_utils as cffi_support

Also, the stuff in RIMEz/src/RIMEz/dfitpack_wrappers/ was getting compiled to make dfitpack_wrappers.so

And there's an undeclared dependency in the current version of spin1_beam_model:

`----> 1 from spin1_beam_model.plotting import PlotMueller, MuellerMatrixElement

/lustre/aoc/projects/hera/jaguirre/anaconda3/envs/rimez/lib/python3.8/site-packages/spin1_beam_model/plotting.py in
----> 1 import cmocean
2 import healpy as hp
3 import matplotlib
4 import matplotlib.pyplot as plt
5 import numpy as np

ModuleNotFoundError: No module named 'cmocean'`

@steven-murray
Copy link
Collaborator

Thanks @jaguirre! They look super easy to fix. I'd go ahead and fix them outright, but not sure if @zacharymartinot has changes he wants pulled in first?

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

2 participants