Error when trying to install on Windows 10
See original GitHub issueI get this error:
Traceback (most recent call last): File "zerobin.py", line 4, in <module> from zerobin.cmd import main File "R:\Akito\Programs\Mini\sametmax-0bin-7da1615\zerobin\cmd.py", line 12, in <module> from sigtools.modifiers import annotate, autokwoargs ModuleNotFoundError: No module named 'sigtools'
When issueing this command:
python zerobin.py --host 0.0.0.0 --port 80 --compressed-static
In PowerShell (admin). I use the newest Python to date.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
[SOLVED] Windows 10 Installation Has Failed - Driver Easy
Try these fixes… · Fix 1: Remove the peripheral devices · Fix 2: Clear an attribute of $WINDOWS.~BT installation folder · Fix 3:...
Read more >How to Fix "Windows 10 Installation has Failed" Error? - Appuals
One potential reason you might see the error message “Windows 10 Installation has Failed” is if a key system dependency, process, or service...
Read more >4 Solutions to Fix Windows 10/11 Installation Has Failed
4 Solutions to Fix the "Windows 10/11 installation has failed" Error · Solution 1: Run a Clean Boot Installation · Solution 2: Create...
Read more >Windows 10 Installation Has Failed [Easily FIXED]
How do I fix Windows 10 installation failed? · 1. Unplug all peripheral devices · 2. Uninstall the language pack · 3. Uninstall...
Read more >2023 Troubleshooting| Can't Install Windows 10 with Code ...
Another way to fix the "Windows 10 installation has failed" error or can't install Windows 10 error is to uninstall the language pack....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

A new version has been pushed in the V2 branch, supporting python 3 only. I’m thinking about deprecating privilege as well. After that, it may work on windows.
Thanks, I will try that out.