Skip to content

Installation on Windows fail (MSVC 9.0) #11

@sa3mlk

Description

@sa3mlk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions