-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
Numba version in lock file calls function from later version #2433
Comments
Hi Chris. Thanks for making an issue. We are currently working to update our documentation and release process to resolve this issue. In the meantime, you can download the lockfile directly from github to use the latest version (the previous "latest release" is from before our environment update). |
@chrisfrohmaier Would you mind letting us know if this issue was resolved for you? I believe the issue you faced is due to an outdated environment, which we recently changed, and I guess all you need to do is to update it with the latest lockfile! As Andrew said, you could get the lockfile directly from GitHub- if that doesn't work, perhaps try a fresh installation?- After creating the installation, you could do this the pip way- or using tags- https://github.com/tardis-sn/tardis/tags
For example-
|
Hi, I have created a conda environment using the new I then followed the Quickstart instruction, but fail here:
When I investigate the directory, I can only get as far as |
Hi @chrisfrohmaier, thank you for letting us know this. This was really helpful and I was able to reproduce the issue. Until this is fixed completely, would you mind trying this out? This is the developer way and should work for the time being. Please let me know if you face issues. I'd recommend you to delete the anaconda3 tardis folder to make sure the tardis installed here doesn't mess with that. Once you've installed the env using the lock file-
|
Hi @chrisfrohmaier Would you mind letting us know if this issue was resolved? |
Hello @atharva-2001 Yes, this was resolved and were are able to use Tardis. Thanks for your help! |
Awesome! If you run into other errors, please feel free to open another issue or comment on this one. Thank you for creating this issue!! |
Describe the bug
The numba version in the latest lock file is 0.53.1 but code calls
from numba.np.ufunc.parallel import get_thread_id, get_num_threads
. The functionget_thread_id
doesn't exist in this version. I havenumba==0.57.1
for another project in a different environment and am able to import theget_thread_id
function.To Reproduce
Follow the installation instructions to a fresh environment using the latest lock file: https://tardis-sn.github.io/tardis/installation.html
I installed using pip
I followed the quickstart tutorial https://tardis-sn.github.io/tardis/quickstart.html
Failed on Cell 6
Error message:
System
OS:
Environment (
conda list
):Additional context
First time TARDIS user!
The text was updated successfully, but these errors were encountered: