Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Dockerfile with Python 3.8 and pyinstaller 4.0.0 #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gmatheu
Copy link

@gmatheu gmatheu commented Sep 1, 2020

No description provided.

@Toilal
Copy link
Contributor

Toilal commented Sep 8, 2020

It seems that you could have edited the existing Dockerfile to use a more generic Python installation path, like C:\Python. Then, the python version can be changed by giving build argument PYTHON_VERSION to the docker build command (with --build-arg flag).

@guysoft
Copy link

guysoft commented Nov 22, 2020

Hey, is there a way to modify this so it will get in?

@arossert
Copy link

@gmatheu I tried to build this Dockerfile but it seems to hang forever when it gets to the stage when it installs pyinstaller using pip.
Any reason why it happens?

Step 18/25 : RUN /usr/bin/pip install pyinstaller==$PYINSTALLER_VERSION
 ---> Running in 22037728eba9
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0048:err:explorer:initialize_display_settings Failed to query current display settings for L"\\\\.\\DISPLAY1".
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0088:err:rpc:rpcrt4_ncalrpc_handoff Failed to retrieve the computer name, error 2
0098:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
00d8:err:rpc:rpcrt4_ncalrpc_handoff Failed to retrieve the computer name, error 2
Collecting pyinstaller==4.2
  Downloading pyinstaller-4.2.tar.gz (3.6 MB)
  Installing build dependencies: started

@deridiot
Copy link

deridiot commented Jun 14, 2021

@gmatheu I tried to build this Dockerfile but it seems to hang forever when it gets to the stage when it installs pyinstaller using pip.
Any reason why it happens?

Step 18/25 : RUN /usr/bin/pip install pyinstaller==$PYINSTALLER_VERSION
 ---> Running in 22037728eba9
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0048:err:explorer:initialize_display_settings Failed to query current display settings for L"\\\\.\\DISPLAY1".
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0088:err:rpc:rpcrt4_ncalrpc_handoff Failed to retrieve the computer name, error 2
0098:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
0040:err:rpc:rpcrt4_ncacn_np_handoff Failed to retrieve the computer name, error 2
00d8:err:rpc:rpcrt4_ncalrpc_handoff Failed to retrieve the computer name, error 2
Collecting pyinstaller==4.2
  Downloading pyinstaller-4.2.tar.gz (3.6 MB)
  Installing build dependencies: started

that's unrelated to this push request and related to a different issue:
#103

wine-staging seems to be buggy in regards to this project. Can confirm it's works fine with winehq-stable

@rafaelncarvalho
Copy link

Any news about this PR?


ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-staging
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

winehq-stable and it will pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants