I'm trying to install astroquery in casa using casa-pip. I received an error telling me that I need to upgrade setuptools as I have an old version (3.4.3). So I run casa-pip install setuptools --upgrade and it says it has installed version 25.2.0 successfully. I try again to install astroquery and again it tells me I have an old version of setuptools (now 0.9.5!). It seems that my casa directory tree has version 0.9.5 and the latest version is being installed by casa-pip in my .casa directory tree but then being ignored by casa-pip when it installs astroquery.
I'm trying to install astroquery in casa using casa-pip. I received an error telling me that I need to upgrade setuptools as I have an old version (3.4.3). So I run casa-pip install setuptools --upgrade and it says it has installed version 25.2.0 successfully. I try again to install astroquery and again it tells me I have an old version of setuptools (now 0.9.5!). It seems that my casa directory tree has version 0.9.5 and the latest version is being installed by casa-pip in my .casa directory tree but then being ignored by casa-pip when it installs astroquery.