We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any plans to support installation on Windows?
PIP fail with this error message:
<cut> cipher.obj : error LNK2019: unresolved external symbol _aes_desc referenced in function _initcipher build\lib.win32-2.7\tomcrypt\cipher.pyd : fatal error LNK1120: 75 unresolved externals error: command '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.exe"' failed with exit status 1120 ---------------------------------------- Command c:\Python27\python.exe -c "import setuptools;__file__='c:\\users\\jogu~1.dev\\appdata\\local\\temp\\pip-build\\pytomcrypt\\setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\jogu~1.dev\appdata\local\temp\pip-fprkbl-record\install-record.txt --single-version-externally-managed failed with error code 1 in c:\users\jogu~1.dev\appdata\local\temp\pip-build\pytomcrypt Exception information: Traceback (most recent call last): File "c:\Python27\lib\site-packages\pip\basecommand.py", line 107, in main status = self.run(options, args) File "c:\Python27\lib\site-packages\pip\commands\install.py", line 261, in run requirement_set.install(install_options, global_options) File "c:\Python27\lib\site-packages\pip\req.py", line 1166, in install requirement.install(install_options, global_options) File "c:\Python27\lib\site-packages\pip\req.py", line 589, in install cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False) File "c:\Python27\lib\site-packages\pip\util.py", line 612, in call_subprocess % (command_desc, proc.returncode, cwd)) InstallationError: Command c:\Python27\python.exe -c "import setuptools;__file__='c:\\users\\jogu~1.dev\\appdata\\local\\temp\\pip-build\\pytomcrypt\\setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\jogu~1.dev\appdata\local\temp\pip-fprkbl-record\install-record.txt --single-version-externally-managed failed with error code 1 in c:\users\jogu~1.dev\appdata\local\temp\pip-build\pytomcrypt
I have the complete pip.log (28KiB zipped) if you want to examine it further.
Kindest Regards, Jonas
The text was updated successfully, but these errors were encountered:
Sorry for the duplicate. See Issue #11 instead.
Sorry, something went wrong.
No branches or pull requests
Is there any plans to support installation on Windows?
PIP fail with this error message:
I have the complete pip.log (28KiB zipped) if you want to examine it further.
Kindest Regards,
Jonas
The text was updated successfully, but these errors were encountered: