Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imusim depends on old simpy API #5

Open
GregoryEAllen opened this issue Nov 11, 2015 · 2 comments
Open

imusim depends on old simpy API #5

GregoryEAllen opened this issue Nov 11, 2015 · 2 comments

Comments

@GregoryEAllen
Copy link

As such, it is fairly non-functional on current platforms.

SimPy changed to simpy, and SimPy.Simulation seems to no longer exist.

imusim seems to be fairly deeply dependent on SimPy.Simulation.

Is this fixable, or is the dependency too deep?

@martinling
Copy link
Owner

Hi Gregory,

I have recently run into this myself - I'd not used IMUSim for a while myself but picked it up again for a project.

Per the recommendation here, I have changed the requirement in setup.py to simpy>=2.3,<3, so that it at least pulls in a compatible version.

There is a guide to porting from SimPy 2 to SimPy 3. It looks like it would be quite straightforward.

@GregoryEAllen
Copy link
Author

Do you have any plans to bring IMUSim forward to modern SimPy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants