Giter Club home page Giter Club logo

Comments (4)

m32 avatar m32 commented on August 16, 2024

old problem with pykcs11 and its build issues, do you have swig.exe installed ?

swigging src/pykcs11.i to src/pykcs11_wrap.cpp
swig.exe -python -c++ -o src/pykcs11_wrap.cpp src/pykcs11.i
error: command 'swig.exe' failed: None

from endesive.

KfearO avatar KfearO commented on August 16, 2024

it's a clean Pycharm project

image

from endesive.

m32 avatar m32 commented on August 16, 2024

install pykcs11 correctly first (required by endesive):
pip install pykcs11

from endesive.

KfearO avatar KfearO commented on August 16, 2024

Oh sorry. I should have read the README
Not an issue, however, not related to you I fail on installing pykcs11
10x

PS C:\Users\kfear\PycharmProjects\DigiyallySignPDF> pip install pykcs11
Collecting pykcs11
Using cached PyKCS11-1.5.11.tar.gz (79 kB)
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pykcs11
Building wheel for pykcs11 (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
running bdist_wheel
running build
running build_py
running build_ext
building 'PyKCS11._LowLevel' extension
swigging src/pykcs11.i to src/pykcs11_wrap.cpp
swig.exe -python -c++ -o src/pykcs11_wrap.cpp src/pykcs11.i
error: command 'swig.exe' failed: None
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pykcs11
Running setup.py clean for pykcs11
Failed to build pykcs11
Installing collected packages: pykcs11
Running setup.py install for pykcs11 ... error
error: subprocess-exited-with-error

× Running setup.py install for pykcs11 did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
running install
C:\Users\kfear\PycharmProjects\DigiyallySignPDF\venv\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_py
running build_ext
building 'PyKCS11._LowLevel' extension
swigging src/pykcs11.i to src/pykcs11_wrap.cpp
swig.exe -python -c++ -o src/pykcs11_wrap.cpp src/pykcs11.i
error: command 'swig.exe' failed: None
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> pykcs11

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
PS C:\Users\kfear\PycharmProjects\DigiyallySignPDF>

from endesive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.