Closed VeckoTheGecko closed 2 years ago
Hmm, I've seen these warnings pop up too. They may be related to the way we determine the version of Parcels? See https://github.com/OceanParcels/parcels/blob/master/parcels/_version.py#L4
Can you check if the same warning occurs when you do
from parcels._version import version
Can you check if the same warning occurs when you do
from parcels._version import version
Yep, same warning occurs when I do that
Hi @VeckoTheGecko, I have just released v2.4.0 of parcels via conda; could you check if this issue indeed disappears with the latest version on your system?
Yes, that fixed it 🚀🚀
Platform: Windows 10 (WSL)
I've been encountering this error message when running
import parcels
for the first time in a session:It doesn't actually affect anything, and parcels functions as normal. Its just a bit...weird. I also don't know when I first started encountering it.
Is this a quirk that is known? I'm happy to look into this issue more, was just getting a feel for whether this is a widespread problem.
@mheen feel free to include any other info here 😄