Closed aditya-sengupta closed 3 years ago
Thanks!
This is a duplicate of #115 and it was fixed in #120. This will be included in the next release if you don't want to build from source.
Hello, I'm a student trying to use this package for a project. I have not used github before and am experiencing the same issue! I have tried to implement the fix #120, but am just getting new error messages. Should the approach work of just replacing exoplanet directory (installed using pip) with the new version I've downloaded from here?
I'm getting this error message then: ImportError: cannot import name 'driver' from 'exoplanet.theano_ops' (/Applications/anaconda3/lib/python3.7/site-packages/exoplanet/theano_ops/init.py)
I'm not the most experienced coder and don't know to what extent I should mess around with the source code.
Looks like it's still running the pip installed version; try the following (in some directory you want to use for this)
git clone https://github.com/exoplanet-dev/exoplanet
cd exoplanet
git submodule update --init --recursive
python setup.py develop
I'll also plan on making a pip release early next week so that it'll be easier to use then. Thanks for your patience!!
That would be great as I still can't get it to work, just getting new error messages... Thank both of you so much!
Are there any obvious fixes for [Errno 32] Broken pipe?
Have pm.sample
use only one core
On Sat, Nov 14, 2020 at 4:48 AM LucieScharre notifications@github.com wrote:
Are there any obvious fixes for [Errno 32] Broken pipe?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/exoplanet-dev/exoplanet/issues/124#issuecomment-727202698, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIK476Q4AJF4NTYGTUZCZS3SPZ4A7ANCNFSM4TRIGJTA .
The package on PyPI has been updated so you should be able to get the new version using
python -m pip install -U exoplanet
For other errors (like a broken pipe) can you open a new issue with an example that demonstrates the problem? Then it'll be easier for me to look into it!
It now works with the new version! Thank you for fixing it so quickly!
Do you by any chance have examples of how to fit just one planet to the data? No worries if not! Just struggling a little with a working translation to only one planet
Take a look at the examples on the case studies page to see if those are enough to get you started: https://gallery.exoplanet.codes/en/latest/
Describe the bug When trying to run
exoplanet/docs/tutorials/transit.py
, execution is stopped at the sampling stage on line 155: the stated error isTypeError: cannot pickle 'exoplanet.theano_ops.driver.LimbDark' object
.To Reproduce
cd
intodocs/tutorials
and runpython transit.py
: output is reproduced below.Expected behavior The same output as in the docs at https://docs.exoplanet.codes/en/stable/tutorials/transit/.
Your setup (please complete the following information):
Additional context Add any other context about the problem here.