You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error after running data_main.py: python data_main.py Traceback (most recent call last): File "data_main.py", line 2, in <module> from data.convert_replays import pre_process_parallel File "/home/nicks/Galvanize/projects/ReplayModels/data/convert_replays.py", line 15, in <module> from carball.rattletrap.run_rattletrap import RattleTrapException ModuleNotFoundError: No module named 'carball.rattletrap'
I pip installed requirements.txt and have the most recent version of carball, but I also am not seeing a submodule 'rattletrap'.
The text was updated successfully, but these errors were encountered:
I get the following error after running data_main.py:
python data_main.py Traceback (most recent call last): File "data_main.py", line 2, in <module> from data.convert_replays import pre_process_parallel File "/home/nicks/Galvanize/projects/ReplayModels/data/convert_replays.py", line 15, in <module> from carball.rattletrap.run_rattletrap import RattleTrapException ModuleNotFoundError: No module named 'carball.rattletrap'
I pip installed requirements.txt and have the most recent version of carball, but I also am not seeing a submodule 'rattletrap'.
The text was updated successfully, but these errors were encountered: