Skip to content

Instantly share code, notes, and snippets.

@wezu
Created July 14, 2018 12:54
Show Gist options
  • Save wezu/f8c903cc011f920ad28722ca96904a78 to your computer and use it in GitHub Desktop.
Save wezu/f8c903cc011f920ad28722ca96904a78 to your computer and use it in GitHub Desktop.
PS C:\Basis Software Platform> py -3 setup.py build_apps
running build_apps
Building platforms: manylinux1_x86_64,manylinux1_i686,win32,win_amd64
Gathering wheels for platform: manylinux1_x86_64
Collecting panda3d==1.10.0.dev1511+deployng.222 (from -r ./requirements.txt (line 2))
File was already downloaded c:\basis software platform\build\__whl_cache__\panda3d-1.10.0.dev1511+deployng.222-cp36-cp
36m-manylinux1_x86_64.whl
Successfully downloaded panda3d
Building runtime for platform: manylinux1_x86_64
There are some missing modules: ['__builtin__']
Copying game files for platform: manylinux1_x86_64
Gathering wheels for platform: manylinux1_i686
Collecting panda3d==1.10.0.dev1511+deployng.222 (from -r ./requirements.txt (line 2))
File was already downloaded c:\basis software platform\build\__whl_cache__\panda3d-1.10.0.dev1511+deployng.222-cp36-cp
36m-manylinux1_i686.whl
Successfully downloaded panda3d
Building runtime for platform: manylinux1_i686
There are some missing modules: ['_bz2', '_hashlib', '_lzma', '_posixsubprocess', '_socket', 'grp', 'panda3d.bullet', 'p
anda3d.core', 'panda3d.direct', 'select']
warning: build_apps: could not find dependency ld-linux.so.2 (referenced by libCg.so)
Copying game files for platform: manylinux1_i686
Gathering wheels for platform: win32
Collecting panda3d==1.10.0.dev1511+deployng.222 (from -r ./requirements.txt (line 2))
File was already downloaded c:\basis software platform\build\__whl_cache__\panda3d-1.10.0.dev1511+deployng.222-cp36-cp
36m-win32.whl
Successfully downloaded panda3d
Building runtime for platform: win32
warning: build_apps: could not find dependency VERSION.dll (referenced by python36.dll)
warning: build_apps: could not find dependency VCRUNTIME140.dll (referenced by python36.dll)
Copying game files for platform: win32
Gathering wheels for platform: win_amd64
Collecting panda3d==1.10.0.dev1511+deployng.222 (from -r ./requirements.txt (line 2))
File was already downloaded c:\basis software platform\build\__whl_cache__\panda3d-1.10.0.dev1511+deployng.222-cp36-cp
36m-win_amd64.whl
Successfully downloaded panda3d
Building runtime for platform: win_amd64
Copying game files for platform: win_amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment