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

NoWheelError: No compatible wheels found for pendulum despite building it #262

Open
gsemet opened this issue Jan 17, 2024 · 1 comment
Open

Comments

@gsemet
Copy link

gsemet commented Jan 17, 2024

Hello.

My configuration basically looks like:

[Application]
name=MyCli
version=6.6.4
entry_point=mycli.cli:entry_point_pynsist
console=true

[Python]
version=3.10.11
bitness=64
include_msvcrt=true

[Include]
pypi_wheels=
  ...
  pendulum==2.1.2
  ...

packages=dateutil
  chronometer
  pkg_resources
  pytz
  setuptools
  six

# Other files and folders that should be installed
files=../README.md

extra_wheel_sources=../wheelhouse

[Command nestor]
entry_point=mycli.cli:entry_point_pynsist

I execute pip wheel just before in order to fill a wheelhouse folder:

pip --exists-action i wheel -r requirements-frozen.txt -w wheelhouse

I see the wheel for pendulum is well compiled in this folder:

-rw-r--r-- 1 ......  +None  129895 Jan 17 18:05 pendulum-2.1.2-cp39-cp39-win_amd64.whl

But still i get this error:

    raise NoWheelError('No compatible wheels found for {0.name} {0.version}'.format(self))
nsist.wheels.NoWheelError: No compatible wheels found for pendulum 2.1.2

Any idea?

@takluyver
Copy link
Owner

takluyver commented Jan 17, 2024 via email

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