lcx366 / ATMOS

A python package to estimate the atmosphere parameters
MIT License
32 stars 5 forks source link

Importing pyatmos raises ModuleNotFoundError: No module named 'numba' #1

Closed volkswagenfeature closed 3 years ago

volkswagenfeature commented 3 years ago

Seems like you just forgot to put it in the requirements file? (or maybe it's just my machine) Probably a easy fix.

lcx366 commented 3 years ago

Yes, I did forget to add numba. I have fixed the problem on Github, but it has not yet been published on PyPI.

volkswagenfeature commented 3 years ago

Ok, cool. Thanks for the info!