Skip to content
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

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

Open
Victornovikov opened this issue Feb 9, 2023 · 4 comments
Open

Comments

@Victornovikov
Copy link

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
Copy link

I am using for lux_ai_s2 and I have encountered same problem

@AyakaKamata
Copy link

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

@TarunSrinivas23
Copy link

TarunSrinivas23 commented Dec 1, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants