Closed ArneBachmann closed 6 years ago
C:\Users\bach_ar>
This is probably the key. pamela is a wrapper for PAM, which doesn't exist on Windows.
Yeah, that's what I gathered when I checked available conda builds for pamela, none of which were Windows targets. I found out how to disable pamela in the project jupyterhub (which is configured to use pamela authentication as the default, but doesn't install that dependency automatically).
Indeed! pamela was written for jupyterhub, which also doesn't officially support Windows, but it can be used on Windows if you use a custom Authenticator and Spawner.
Could it be that the DLL is somehow hardcoded and not found if pamela installed into the environment?