mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
When running the notebooks on windows, you get a ModuleNotFoundError: No module named 'pwd' The code is attempting to import pwd, which is not a module available on Windows systems. The pwd module is specific to Unix-based systems (like Linux and macOS) for user and password management, so we removed it from the following files: dynamicserialize/dstypes/com/raytheon/uf/common/message/WsId.py dynamicserialize/dstypes/com/raytheon/uf/common/auth/user/UserId.py |
||
---|---|---|
.. | ||
adapters | ||
dstypes | ||
__init__.py | ||
DynamicSerializationManager.py | ||
SelfDescribingBinaryProtocol.py | ||
ThriftSerializationContext.py |