Giter Club home page Giter Club logo

Comments (5)

JJJHolscher avatar JJJHolscher commented on July 22, 2024 1

docker build -t machawk1/wail . ran successfully after running that code.
I wasn't able to verify the ./WAIL command at the end since I already have Heritrix running and do not want to pause it in the foreseeable future.

from wail.

machawk1 avatar machawk1 commented on July 22, 2024

Thanks for the report, @JJJHolscher. I will see if I can replicate your experience and report back here.

from wail.

machawk1 avatar machawk1 commented on July 22, 2024

I first trip running the docker build command on my own macOS 13.4.1 machine and received a error just in the build process. This might not be the same issue. I will continue to dig.

...
 => ERROR [ 4/10] RUN        pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubunt  6.4s 
------                                                                                                              
 > [ 4/10] RUN        pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython==4.2.0        &&  pip3 install pyinstaller==5.3:                                                                 
#7 0.661 Looking in links: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04                     
#7 1.403 Collecting wxPython==4.2.0                                                                                 
#7 1.476   Downloading wxPython-4.2.0.tar.gz (71.0 MB)
#7 6.043     ERROR: Command errored out with exit status 1:
#7 6.043      command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-nl5yi0_e/wxPython/setup.py'"'"'; __file__='"'"'/tmp/pip-install-nl5yi0_e/wxPython/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-nl5yi0_e/wxPython/pip-egg-info
#7 6.043          cwd: /tmp/pip-install-nl5yi0_e/wxPython/
#7 6.043     Complete output (7 lines):
#7 6.043     Traceback (most recent call last):
#7 6.043       File "<string>", line 1, in <module>
#7 6.043       File "/tmp/pip-install-nl5yi0_e/wxPython/setup.py", line 27, in <module>
#7 6.043         from buildtools.config import Config, msg, opj, runcmd, canGetSOName, getSOName
#7 6.043       File "/tmp/pip-install-nl5yi0_e/wxPython/buildtools/config.py", line 30, in <module>
#7 6.043         from attrdict import AttrDict
#7 6.043     ModuleNotFoundError: No module named 'attrdict'
#7 6.043     ----------------------------------------
#7 6.297 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
------
executor failed running [/bin/sh -c pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython==4.2.0        &&  pip3 install pyinstaller==5.3]: exit code: 1

EDIT: This appears to be a known issue with wxPython 4.2.0 due to the attrdict dependency and the docker build process. Updating to 4.2.1 should fix this.

EDIT2: A newer wxPython version is now used in the main branch, as merged from #565. The primary purpose of this issue (on Arch) and verification of the new image in the container are still pending.

EDIT3: On macOS 13.4.1 using Docker, the interface is displayed when logging in via VNC.
wailvnc

from wail.

machawk1 avatar machawk1 commented on July 22, 2024

https://askubuntu.com/questions/876240/how-to-automate-setting-up-of-keyboard-configuration-package appears to be a relevant way to remedy this issue if we are first able to replicate it.

from wail.

machawk1 avatar machawk1 commented on July 22, 2024

@JJJHolscher I am working on securing an Arch Linux OS, but the addition of the environment variable in branch issue-564 might overcome the issue you are facing. If you get the chance, please run:

git clone https://github.com/machawk1/wail.git
cd wail
git checkout issue-564
docker build -t machawk1/wail .

...and let me know if you experience the same issue.

from wail.

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.