Building a frozen panda module with Deploy-ng/Setuptools

Well, ok, after the download it shows this error:

running bdist_apps
running build_apps
Building platforms: win32
removing 'C:\Panda3D-1.9.4\samples\asteroids\build\win32' (and everything under it)
creating C:\Panda3D-1.9.4\samples\asteroids\build\win32
Collecting panda3d==1.10.0.dev1137+deployng.102 (from -r ./requirements.txt (line 2))
  File was already downloaded c:\panda3d-1.9.4\samples\asteroids\build\__whl_cache__\panda3d-1.10.0.dev1137+deployng.102-cp27-cp27m-win32.whl
Successfully downloaded panda3d
There are some missing modules: ['_hashlib', 'builtins', 'panda3d.core', 'panda3d.direct', 'resource', 'select']
copying __whl_cache__\panda3d-1.10.0.dev1137+deployng.102-cp27-cp27m-win32.whl\panda3d\libpandagl.dll -> win32\libpandagl.dll
error: can't copy 'C:\Panda3D-1.9.4\samples\asteroids\build\__whl_cache__\panda3d-1.10.0.dev1137+deployng.102-cp27-cp27m-win32.whl\panda3d/libpandagl.dll': doesn't exist or not a regular file

However, when running from source using deploy-ng version of panda3d, asteroid program runs just fine.