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 'pwd' #10

Open
9acca9 opened this issue Nov 1, 2020 · 0 comments
Open

ModuleNotFoundError: No module named 'pwd' #10

9acca9 opened this issue Nov 1, 2020 · 0 comments

Comments

@9acca9
Copy link

9acca9 commented Nov 1, 2020

Hi.
Thanks for your work.

Im having this trouble when running:

chs
Traceback (most recent call last):
  File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\program files\python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Program Files\Python37\Scripts\chs.exe\__main__.py", line 5, in <module>
  File "c:\program files\python37\lib\site-packages\chs\__main__.py", line 6, in <module>
    from chs.client.runner import Client
  File "c:\program files\python37\lib\site-packages\chs\client\runner.py", line 8, in <module>
    from chs.ui.board import Board
  File "c:\program files\python37\lib\site-packages\chs\ui\board.py", line 2, in <module>
    import pwd
ModuleNotFoundError: No module named 'pwd'

What can i do?
This is a Windows 10.
Thanks.

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

Successfully merging a pull request may close this issue.

1 participant