Coder Social home page Coder Social logo

Comments (3)

mherrmann avatar mherrmann commented on June 12, 2024

Does this help?

#294 (comment)

from fbs.

jim-heath avatar jim-heath commented on June 12, 2024

Does this help?

#294 (comment)

Thanks for this tip, that got me further along with running the fbs buildvm ubuntu command. The build process then complained about not being able to find other packages that my requirements file referenced. I had to uninstall all packages with pip and install older versions listed in the error output. Once I did that the build finished.

Unfortunately when I ran: fbs runvm ubuntu and was in the Docker container, the fbs freeze command throws this error:

Traceback (most recent call last):
  File "/root/.pyenv/versions/3.6.12/bin/fbs", line 8, in <module>
    sys.exit(_main())
  File "/root/.pyenv/versions/3.6.12/lib/python3.6/site-packages/fbs/__main__.py", line 17, in _main
    fbs.cmdline.main()
  File "/root/.pyenv/versions/3.6.12/lib/python3.6/site-packages/fbs/cmdline.py", line 32, in main
    fn(*args)
  File "/root/.pyenv/versions/3.6.12/lib/python3.6/site-packages/fbs/builtin_commands/__init__.py", line 164, in freeze
    freeze_ubuntu(debug=debug)
  File "/root/.pyenv/versions/3.6.12/lib/python3.6/site-packages/fbs/freeze/ubuntu.py", line 4, in freeze_ubuntu
    freeze_linux(debug)
  File "/root/.pyenv/versions/3.6.12/lib/python3.6/site-packages/fbs/freeze/linux.py", line 8, in freeze_linux
    run_pyinstaller(debug=debug)
  File "/root/.pyenv/versions/3.6.12/lib/python3.6/site-packages/fbs/freeze/__init__.py", line 48, in run_pyinstaller
    cp = run(args, capture_output=True, text=True)
  File "/root/.pyenv/versions/3.6.12/lib/python3.6/subprocess.py", line 423, in run
    with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'capture_output'

I attempted to modify the Docker file as described in #294 comment but it resulted in the same error as above. It seems the build process ignored my change to the Docker file to use python version 3.7.0 instead of 3.6.12.

What is the ideal development environment to get fbs pro working properly?

from fbs.

mherrmann avatar mherrmann commented on June 12, 2024

I fixed these issues now in releases 1.2.0 and 1.2.1. If your purchase was within the last 12 months and you let me know the email you purchased with, then I'll give you access to the new version.

from fbs.

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.