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
the error message is nicer if pyfdb is not installed at all than if the FDB5 library is missing
could mock pyfdb using micropip.add_mock_package("pyfdb", "0.1.1", modules={"pyfdb": "raise ModuleNotFoundError('pyfdb')"}), but the error message would still not be great
micropip.add_mock_package("pyfdb", "0.1.1", modules={"pyfdb": "raise ModuleNotFoundError('pyfdb')"})
, but the error message would still not be greatnodejs
dependency in requirements.txt NCAR/ldcpy#348The text was updated successfully, but these errors were encountered: