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

installation&demux fails #30

Open
Hyphen-H opened this issue Jan 27, 2023 · 5 comments
Open

installation&demux fails #30

Hyphen-H opened this issue Jan 27, 2023 · 5 comments

Comments

@Hyphen-H
Copy link

    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.

@Hyphen-H
Copy link
Author

Hyphen-H commented Jan 27, 2023

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

@Hyphen-H Hyphen-H changed the title installation fails installation&demux fails Jan 27, 2023
@TMD20
Copy link
Owner

TMD20 commented Feb 3, 2023

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

@Hyphen-H
Copy link
Author

Hyphen-H commented Feb 3, 2023

thanks. im running it on win 10 professional edition

@TMD20
Copy link
Owner

TMD20 commented Feb 3, 2023

Okay I will try with a fresh windows install

@Hyphen-H
Copy link
Author

Hyphen-H commented Feb 3, 2023

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

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

No branches or pull requests

2 participants