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

ModuleNotFoundError: No module named 'zstandard' #118

Closed
invalidCards opened this issue Jan 12, 2021 · 2 comments
Closed

ModuleNotFoundError: No module named 'zstandard' #118

invalidCards opened this issue Jan 12, 2021 · 2 comments

Comments

@invalidCards
Copy link

I'm using the official warrior VM running on VirtualBox, and I get the below error whenever I switch to a different project. UrlTeam2 works fine, but all other projects give the below error.

2021-01-12 08:53:20,678 - seesaw.warrior - DEBUG - Select project reddit
2021-01-12 08:53:20,691 - seesaw.warrior - DEBUG - Start selected project reddit (reinstall=False)
2021-01-12 08:53:20,692 - seesaw.warrior - DEBUG - Install project reddit
2021-01-12 08:53:20,708 - seesaw.warrior - DEBUG - git clone
2021-01-12 08:53:22,247 - seesaw.warrior - DEBUG - git operation: Cloning into '/home/warrior/projects/reddit'...

2021-01-12 08:53:22,249 - seesaw.warrior - DEBUG - Install complete Cloning into '/home/warrior/projects/reddit'...

2021-01-12 08:53:22,266 - seesaw.warrior - DEBUG - Result of the install process: True
2021-01-12 08:53:22,266 - seesaw.warrior - DEBUG - Clone project reddit /home/warrior/projects/reddit
2021-01-12 08:53:22,269 - seesaw.warrior - DEBUG - Cloning version df1f600
2021-01-12 08:53:22,286 - seesaw.warrior - DEBUG - Load pipeline /data/data/projects/reddit-df1f600/pipeline.py
2021-01-12 08:53:22,287 - seesaw.warrior - DEBUG - Pipeline has been read. Begin ConfigValue collection
2021-01-12 08:53:22,287 - seesaw.warrior - DEBUG - Executing pipeline
2021-01-12 08:53:22,637 - seesaw.warrior - ERROR - Error loading pipeline
Traceback (most recent call last):
  File "/home/warrior/warrior-code2/src/seesaw/seesaw/warrior.py", line 737, in start_selected_project
    pipeline_path, {"downloader": self.downloader})
  File "/home/warrior/warrior-code2/src/seesaw/seesaw/warrior.py", line 686, in load_pipeline
    exec(pipeline_str, local_context, global_context)
  File "<string>", line 29, in <module>
ModuleNotFoundError: No module named 'zstandard'
2021-01-12 08:53:22,639 - seesaw.warrior - WARNING - Project reddit did not install correctly and we're ignoring this problem.
@mackncheesiest
Copy link

Looks like projects other than UrlTeam2 actually aren't working with the warrior at the moment based on this snippet from the homepage
image

@TomGlass
Copy link

Hey this was fixed!

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

3 participants