Code Monkey home page Code Monkey logo

Comments (4)

marunguy avatar marunguy commented on June 12, 2024
  • Windows 8.1 64bit, Python 2.7.15 32bit, tendo 0.2.12, pbr 4.0.2, pyinstaller 3.3.1, py2exe 0.6.10a1

I have a same problem.
Can the use of pbr package be avoided?
The pbr package may not compatible to pyinstaller and py2exe.
614ad53#diff-897bd04780b3507bca0f1da6caff74fd
pyinstaller/pyinstaller#2868
https://stackoverflow.com/questions/46369902/how-to-package-tensorflow-with-pyinstaller-on-macosx

Below is the test code for workaround.
When freezed, version information is incorrect.

# test.py
import os
os.environ["PBR_VERSION"] = "4.0.2"
import tendo
print tendo.__version__
D:\\test>test.py
0.2.12
D:\\test\\dist\\test.exe
4.0.2

from tendo.

ssbarnea avatar ssbarnea commented on June 12, 2024

I do no want to get rid of pbr usage, so if there is a bug in it, feel free to raise a CRs to fix it and I will be more than happy to bump its version.

from tendo.

Keramatfar avatar Keramatfar commented on June 12, 2024

Project name pybliometrics was given, but was not able to be found.

from tendo.

BoboTiG avatar BoboTiG commented on June 12, 2024

FTR I could fix the issue without hook: BoboTiG/watermark-me@bf5f533

from tendo.

Related Issues (20)

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.