-
Notifications
You must be signed in to change notification settings - Fork 65
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
trying to use yt from CASA 6 via spectral_cube #571
Comments
FYI, this is on my NRAO workstation running RHEL 7.6, In [27]: spectral_cube.version |
@trhunter It looks like you’re using a dev version of yt. How did you get it? |
Initially, I tried to install with pip inside CASA 5.7 but that failed (see below). So I think I then did a git clone, which got the development version. However, my conda environment build for CASA 6 did build a release version (3.4.1). I have just put that at the top of my sys.path so that it gets loaded instead, but I still get the same error:
Here was the original install failure:
|
I had a fresh go at this on my home machine (Ubuntu 16.04.6 LTS). In CASA 5.5.0-149, I was able to:
But I still get the Attribute error from quick_render_movie:
|
I made another try today using a fresh anaconda with py36, and conda install yt, but I still get an attribute error when I try to visualize an ALMA cube using the spectral_cube tool. Is there any likelihood that this issue can be investigated? Thanks.
|
I'll try to get to this by tomorrow, sorry for the delay. |
So this is more than a quick fix. I can address this during the week, but it may take a day or two. |
OK, thanks for the update. |
Hi,
I think this is a question for John Zuhone. I have just started to try to use spectral_cube as an interface to yt. I have encountered the following issue when from trying to run spectral_cube in python3.5, and from an ipython/python3.6 conda environment with casatools imported. Is it a problem initializing the yt object?
Thanks,
-Todd
The text was updated successfully, but these errors were encountered: