threeML / astromodels

Spatial and spectral models for astrophysics
BSD 3-Clause "New" or "Revised" License
44 stars 45 forks source link

Problem from astromodels while installing pynchrotron #133

Closed asattools closed 4 years ago

asattools commented 4 years ago

Hi,

I have installed fermitools (python 3.7) and threeML successfully. I am trying to installed pynchrotron and a problem which might be due to astromodels (https://github.com/grburgess/pynchrotron/issues/1) is occuring (pytables). Please suggest a solution to this.

Regards and thanks.

grburgess commented 4 years ago

It seems pytables is no longer on pip? I'm not even sure if we are using pytables anymore, so I've got a branch building on the CI server to see if that fixes the issue.

asattools commented 4 years ago

Yes, There is installation instruction in pip for pytables https://pypi.org/project/pytable/ and it is there in conda-forge also https://anaconda.org/conda-forge/pytables

ndilalla commented 4 years ago

Thanks @asattools for reporting this issue. We discovered that the conda package pytables is simply named tables on pip (the package you linked above named pytable is a different thing). The fix is ready to be merged and will be shipped with the v2.0.1.

asattools commented 4 years ago

Thanks @asattools for reporting this issue. We discovered that the conda package pytables is simply named tables on pip (the package you linked above named pytable is a different thing). The fix is ready to be merged and will be shipped with the v2.0.1.

Thanks, I shall be waiting for the new version.

grburgess commented 4 years ago

@ndilalla thanks!