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 on Windows fail (MSVC 9.0) #11

Open
sa3mlk opened this issue Mar 6, 2013 · 1 comment
Open

Installation on Windows fail (MSVC 9.0) #11

sa3mlk opened this issue Mar 6, 2013 · 1 comment

Comments

@sa3mlk
Copy link

sa3mlk commented Mar 6, 2013

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

@mikeboers
Copy link
Owner

My experience with Windows is minimal. I would be happy to help out someone who wants to tackle it by describing as much of I know of the (particularly annoying) build/link process for this package, however.

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