Trying to add new package: REBOUND
See original GitHub issue🐍 Package Request
- Package Name and Version: rebound/latest
- Package URL: https://github.com/hannorein/rebound
- Package Dependencies that needs to be resolved first: None
I’m trying to make the REBOUND package compatible with pyodide but I’m stuck. I’ve followed the instructions in the documentation and I seem to get through all the steps without any error messages. I can see that all the c files get compiled and in the end, I see a Succeeded building package rebound
message and a whl
file. However, upon closer inspection, the .so
file seems to be empty. On the other hand, I’ve checked the .o
files which seem to be ok. So maybe there is a problem with the linking? Given the lack of error messages, any help on how to proceed would be greatly appreciated.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Installation - REBOUND
To best way to use REBOUND on Windows is to install the Windows Subsystem (WSL) for Linux. The Ubuntu distribution works well with...
Read more >Installing Rebound · Issue #163 · hannorein/rebound - GitHub
I'm having trouble installing rebound. Python is what I use and have installed, how can I install rebound on Python?
Read more >Unable to install REBOUND in Python with pip - Stack Overflow
I want to install the REBOUND library for Python 2.7 and Python 3.7 in my fresh Fedora 29. This finds the package indeed...
Read more >Installation guide for REBOUND and REBOUNDx
In the following, we present the necessary steps to install rebound on Linux or macOS. Depending on your experience with docker on windows,...
Read more >Video 1: How to install REBOUND - YouTube
In this video you will learn how to install either the Python or C version of the REBOUND N-body integrator package.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Your first guess was right. I was using the REPL from the pyodide website which gave me the stable branch by default. If I use the REPL for the latest branch, everything works! Thanks again!
Closing this one. Opened PR #2868.