Kaggle / kaggle-environments

https://www.kaggle.com/competitions
Apache License 2.0
284 stars 141 forks source link

Loading environment lux_ai_s2 failed: No module named 'vec_noise' #230

Open Victornovikov opened 1 year ago

Victornovikov commented 1 year ago

from kaggle_environments import make causes trows

Loading environment lux_ai_s2 failed: No module named 'vec_noise'

I am not using lux_ai_s2 env, I am playing with Halite, and this causes issues.

hokmingkwan commented 1 year ago

I am using for lux_ai_s2 and I have encountered same problem

AyakaKamata commented 11 months ago

Was is already solved? I've encountered the same problem.

TarunSrinivas23 commented 7 months ago

Same issue, running Ubuntu 20.04, Python 3.8.10 and kaggle-environments 1.12.0

Okay just came up with a work around. I believe the latest version has fixed these dependency issues, but the scipy version required on the latest kaggle-environments build does not exist for Ubuntu 20.04, so we got to just install the dependencies separately. Came up with a list that works for me:

kaggle-environments==1.12.0
vec-noises==1.1.4
pettingzoo==1.24.2
termcolor==2.4.0
scipy==1.10.1

The error does not pop up after this. <For anyone out there still using Ubuntu 20 like me ;_; >

dmmagdal commented 6 months ago

Tried doing this on MacOS (Sonoma 14.1 M2 silicon). Was not able to resolve with your work around :(