Coder Social home page Coder Social logo

Comments (3)

dfm avatar dfm commented on July 18, 2024 1

Yeah, PyMC3 requires numpy<1.22:

"numpy<1.22",

Unfortunately since PyMC3 is deprecated there's nothing we can do about it except downgrading numpy!

from exoplanet.

TomWagg avatar TomWagg commented on July 18, 2024 1

Okay gotcha, I guess something funky happened with my environment installation that ignored that < 1.22 🤷🏻 Thanks!

from exoplanet.

TomWagg avatar TomWagg commented on July 18, 2024
ImportError                               Traceback (most recent call last)
Cell In[1], line 1
----> 1 import exoplanet as xo
      2 import lightkurve as lk
      3 import astropy.units as u

File [~/miniconda3/envs/radius-valley/lib/python3.10/site-packages/exoplanet/__init__.py:5](https://file+.vscode-resource.vscode-cdn.net/home/tom/Documents/research/radius-valley/notebooks/~/miniconda3/envs/radius-valley/lib/python3.10/site-packages/exoplanet/__init__.py:5)
      1 # -*- coding: utf-8 -*-
      3 __all__ = ["__version__", "distributions", "orbits", "interp"]
----> 5 from . import distributions, interp, orbits
      6 from .citations import CITATIONS
      7 from .distributions import *  # NOQA

File [~/miniconda3/envs/radius-valley/lib/python3.10/site-packages/exoplanet/distributions/__init__.py:5](https://file+.vscode-resource.vscode-cdn.net/home/tom/Documents/research/radius-valley/notebooks/~/miniconda3/envs/radius-valley/lib/python3.10/site-packages/exoplanet/distributions/__init__.py:5)
      1 # -*- coding: utf-8 -*-
      3 __all__ = ["QuadLimbDark", "ImpactParameter", "eccentricity"]
----> 5 from . import eccentricity
      6 from .physical import ImpactParameter, QuadLimbDark

File [~/miniconda3/envs/radius-valley/lib/python3.10/site-packages/exoplanet/distributions/eccentricity.py:7](https://file+.vscode-resource.vscode-cdn.net/home/tom/Documents/research/radius-valley/notebooks/~/miniconda3/envs/radius-valley/lib/python3.10/site-packages/exoplanet/distributions/eccentricity.py:7)
      5 import aesara_theano_fallback.tensor as tt
      6 import numpy as np
----> 7 import pymc3 as pm
      9 from ..citations import add_citations_to_model
...
---> 21 from numpy import asscalar, ndarray
     24 LATEX_ESCAPE_RE = re.compile(r"(%|_|\$|#|&)", re.MULTILINE)
     27 def escape_latex(strng):

ImportError: cannot import name 'asscalar' from 'numpy' ([/home/tom/miniconda3/envs/radius-valley/lib/python3.10/site-packages/numpy/__init__.py](https://file+.vscode-resource.vscode-cdn.net/home/tom/miniconda3/envs/radius-valley/lib/python3.10/site-packages/numpy/__init__.py))

I think this is because my numpy version is too recent for exoplanet? (see here)

from exoplanet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.