TMD20 / PT-Muxer

Remuxing script for private trackers
48 stars 4 forks source link

installation&demux fails #30

Open CBEpt opened 1 year ago

CBEpt commented 1 year ago
    ERROR: Command errored out with exit status 1:
     command: 'C:\PT-Muxer\env\Scripts\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Administator\\AppData\\Local\\Temp\\pip-install-q0wzclsb\\hunspell_45122889f86c4c3db671a46137b41c84\\setup.py'"'"'; __file__='"'"'C:\\Users\\Administator\\AppData\\Local\\Temp\\pip-install-q0wzclsb\\hunspell_45122889f86c4c3db671a46137b41c84\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Administator\AppData\Local\Temp\pip-record-713b3uia\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\PT-Muxer\env\include\site\python3.8\hunspell'
         cwd: C:\Users\Administator\AppData\Local\Temp\pip-install-q0wzclsb\hunspell_45122889f86c4c3db671a46137b41c84\
    Complete output (7 lines):
    running install
    C:\PT-Muxer\env\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      warnings.warn(
    running build
    running build_ext
    building 'hunspell' extension
    error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\PT-Muxer\env\Scripts\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Administator\\AppData\\Local\\Temp\\pip-install-q0wzclsb\\hunspell_45122889f86c4c3db671a46137b41c84\\setup.py'"'"'; __file__='"'"'C:\\Users\\Administator\\AppData\\Local\\Temp\\pip-install-q0wzclsb\\hunspell_45122889f86c4c3db671a46137b41c84\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Administator\AppData\Local\Temp\pip-record-713b3uia\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\PT-Muxer\env\include\site\python3.8\hunspell' Check the logs for full command output.
WARNING: You are using pip version 21.1.1; however, version 22.3.1 is available.
You should consider upgrading via the 'C:\PT-Muxer\env\Scripts\python.exe -m pip install --upgrade pip' command.
CBEpt commented 1 year ago

i skipped installing hunspell, and run demux command in cmd under .env sadly did not work... image more tries image

TMD20 commented 1 year ago

It says error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

I did not notice this error when I tested on Windows, but maybe I had installed this package earlier or It comes with newer version of windows by default

Can you tell me what version of windows your trying to run this on

CBEpt commented 1 year ago

thanks. im running it on win 10 professional edition

TMD20 commented 1 year ago

Okay I will try with a fresh windows install

CBEpt commented 1 year ago

thanks for your effort. Looking forward to see how this try works out.<3