pop-to-8bit
pop-to-8bit copied to clipboard
Unable to install on Windows 10
Upon running install, I'm having troubles. Log of CMD:
Installing popto8bit-script.py script to C:\Users\redacted\AppData\Local\Programs\Python\Python310\Scripts
Installing popto8bit.exe script to C:\Users\redacted\AppData\Local\Programs\Python\Python310\Scripts
Installed c:\users\redacted\appdata\local\programs\python\python310\lib\site-packages\popto8bit-0.0.1-py3.10.egg
Processing dependencies for popto8bit==0.0.1
Searching for vamp
Reading https://pypi.org/simple/vamp/
Downloading https://files.pythonhosted.org/packages/66/65/a54958777fa667ef881ceec18dd0b423b2ba2c77543060b21aff0e1dbcb6/vamp-1.1.0.tar.gz#sha256=d40e0916e958e2806d37920f903c2518cc46959a4f21e020737b6a48f6e7e82d
Best match: vamp 1.1.0
Processing vamp-1.1.0.tar.gz
Writing C:\Users\redacted\AppData\Local\Temp\easy_install-jwuwuxud\vamp-1.1.0\setup.cfg
Running vamp-1.1.0\setup.py -q bdist_egg --dist-dir C:\Users\redacted\AppData\Local\Temp\easy_install-jwuwuxud\vamp-1.1.0\egg-dist-tmp-q_785ic7
PyPluginObject.cpp
native/PyPluginObject.cpp(220): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
native/PyPluginObject.cpp(259): error C2065: 'ssize_t': undeclared identifier
native/PyPluginObject.cpp(259): error C2146: syntax error: missing ';' before identifier 'n'
native/PyPluginObject.cpp(259): error C2065: 'n': undeclared identifier
native/PyPluginObject.cpp(262): error C2065: 'n': undeclared identifier
native/PyPluginObject.cpp(289): error C2065: 'n': undeclared identifier
native/PyPluginObject.cpp(289): error C2065: 'n': undeclared identifier
native/PyPluginObject.cpp(290): error C2065: 'n': undeclared identifier
native/PyPluginObject.cpp(290): error C2065: 'n': undeclared identifier
native/PyPluginObject.cpp(318): error C2065: 'ssize_t': undeclared identifier
native/PyPluginObject.cpp(318): error C2146: syntax error: missing ';' before identifier 'method'
native/PyPluginObject.cpp(318): error C2065: 'method': undeclared identifier
native/PyPluginObject.cpp(322): error C2065: 'method': undeclared identifier
native/PyPluginObject.cpp(343): error C2065: 'method': undeclared identifier
native/PyPluginObject.cpp(350): error C2065: 'ssize_t': undeclared identifier
native/PyPluginObject.cpp(350): error C2146: syntax error: missing ';' before identifier 'channels'
native/PyPluginObject.cpp(350): error C2065: 'channels': undeclared identifier
native/PyPluginObject.cpp(350): error C2065: 'blockSize': undeclared identifier
native/PyPluginObject.cpp(350): error C2065: 'stepSize': undeclared identifier
native/PyPluginObject.cpp(353): error C2065: 'channels': undeclared identifier
native/PyPluginObject.cpp(354): error C2065: 'stepSize': undeclared identifier
native/PyPluginObject.cpp(355): error C2065: 'blockSize': undeclared identifier
native/PyPluginObject.cpp(364): error C2065: 'channels': undeclared identifier
native/PyPluginObject.cpp(365): error C2065: 'stepSize': undeclared identifier
native/PyPluginObject.cpp(366): error C2065: 'blockSize': undeclared identifier
native/PyPluginObject.cpp(368): error C2065: 'channels': undeclared identifier
native/PyPluginObject.cpp(368): error C2065: 'stepSize': undeclared identifier
native/PyPluginObject.cpp(368): error C2065: 'blockSize': undeclared identifier
native/PyPluginObject.cpp(369): error C2065: 'channels': undeclared identifier
native/PyPluginObject.cpp(369): error C2065: 'stepSize': undeclared identifier
native/PyPluginObject.cpp(369): error C2065: 'blockSize': undeclared identifier
native/PyPluginObject.cpp(696): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
native/PyPluginObject.cpp(698): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
native/PyPluginObject.cpp(734): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data
native/PyPluginObject.cpp(742): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data
native/PyPluginObject.cpp(750): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data
native/PyPluginObject.cpp(758): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data
error: Setup script exited with error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
I was able to get it installed by using:
#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif
Thanks to @IraqLobst3r
However, now facing issues installing pypropack
Hi, thanks for your interest in this project. I think currently pypropack only supports Linux/MacOS, so you may not be able to set it up on Windows
Hi, thanks for your interest in this project. I think currently pypropack only supports Linux/MacOS, so you may not be able to set it up on Windows
Thank you. I'm trying to setup on my Mac now and still a bit confused about how to install pypropack. Could you offer some guidance?
i face a similar issue
error: Setup script exited with error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit code 2