-
We could use appveyor to build when a tag is pushed.
-
I'm trying to run the workflow with `.spec` files wich contain non-ASCII characters like: á, é, ó, ő , ű, etc., but i'm getting this error:
```
426 INFO: PyInstaller: 3.6
426 INFO: Python: 3.7.5
…
-
Hi, I could make a script that works as a py file, but when I try to run pyinstaller to get an exe of the file I get that error, about the vosk lib, someone knows what can I do?
I dont know how to …
-
i want to export a python project with pyinstaller but this error occurs
this is the code for the project Note the project is working before exporting to exe
```
from spleeter.separator import …
-
-
Currently, we are not packaging Python plugins (clnrest & wssproxy) dependencies with the release binaries. To resolve this, we can consider the following options:
### Option 1: Use PyInstaller
…
-
```
Traceback (most recent call last):
File "ScraperTool.py", line 142, in
_tkinter.TclError: couldn't read file "forest-dark.tcl": no such file or directory
```
-
Ok so basically the program i'm trying to mess with is from 3.9, using pyinstaller 4.8, i managed to extract it just fine, but since i can't decompile the files anyways, i just wanted to replace the c…
-
Hello Shane,
I am attempting to install your Cryptully on my raspberry Pi server and
I am having problems.
I have already installed on my laptop and it runs but I need to test it,
so I wante…
-
* Python version: 3.6
* Operating System: Ubuntu 18.04
### Description
I was trying to execute an exe file I had made using PyInstaller that utilized the face_recognition library. Unfortunately w…