Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

orb.plot() doesnt work for 32bit computer due to unsupported numba parallel target #1399

Closed
byang12159 opened this issue Nov 17, 2021 · 4 comments
Labels

Comments

@byang12159
Copy link

💡 Feature request
New user following the tutorial section. orb.plot() results in following error message

"UnsupportedParforsError: Failed in nopython mode pipeline (step: nopython mode backend)
The 'parallel' target is not currently supported on 32 bit hardware..."

Offer potential way to turn off parallel manually, or workaround suggestion for new users.

@astrojuanlu
Copy link
Member

astrojuanlu commented Jan 16, 2022

I think we can fix this issue by changing this line:

@jit(parallel=True)

To say

@jit(parallel=sys.maxsize > 2 ** 31)

and essentially reverting #1333.

Labeling this as a good first issue.

@astrojuanlu astrojuanlu added the good first issue Easy tasks for beginners label Jan 16, 2022
@nighteous
Copy link
Contributor

Can I give this one a shot? this issue has been out here for a while

@astrojuanlu
Copy link
Member

Go ahead @airpods69 !

@astrojuanlu
Copy link
Member

This was fixed in #1455!

s-m-e added a commit to s-m-e/poliastro that referenced this issue Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants