Giter VIP home page Giter VIP logo

Comments (3)

Cobertos avatar Cobertos commented on September 13, 2024

Hmm, I'll look into building it for 32 bit

from unitypackage_extractor.

Cobertos avatar Cobertos commented on September 13, 2024

I'm definitely shipping x64 binaries currently...

$ find ./dist/extractor/ -type f | xargs file
./dist/extractor/base_library.zip:       Zip archive data, at least v2.0 to extract
./dist/extractor/extractor.exe:          PE32+ executable (console) x86-64, for MS Windows
./dist/extractor/extractor.exe.manifest: XML 1.0 document, ASCII text, with CRLF line terminators ./dist/extractor/pyexpat.pyd:            PE32+ executable (DLL) (GUI) x86-64, for MS Windows
./dist/extractor/python36.dll:           PE32+ executable (DLL) (GUI) x86-64, for MS Windows
./dist/extractor/select.pyd:             PE32+ executable (DLL) (GUI) x86-64, for MS Windows
./dist/extractor/unicodedata.pyd:        PE32+ executable (DLL) (GUI) x86-64, for MS Windows
./dist/extractor/VCRUNTIME140.dll:       PE32+ executable (DLL) (console) x86-64, for MS Windows
./dist/extractor/_bz2.pyd:               PE32+ executable (DLL) (GUI) x86-64, for MS Windows
./dist/extractor/_hashlib.pyd:           PE32+ executable (DLL) (GUI) x86-64, for MS Windows
./dist/extractor/_lzma.pyd:              PE32+ executable (DLL) (GUI) x86-64, for MS Windows

I will update, just need to figure out the best way to manage 32 bit and 64 bit python with virtualenv as the bitness of Python you have installed determines what bitness of binaries are built.

from unitypackage_extractor.

Cobertos avatar Cobertos commented on September 13, 2024

Fixed in 0.5.0, lemme know if that works out for you @lwg2000

from unitypackage_extractor.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.