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

acme-nginx fails with error #73

Open
chargerback-ron opened this issue Jun 18, 2024 · 1 comment
Open

acme-nginx fails with error #73

chargerback-ron opened this issue Jun 18, 2024 · 1 comment

Comments

@chargerback-ron
Copy link

I've been trying to get this to work for the past day. I believe something is wrong with the install, however, I have no idea what. System is Ubuntu 22.04 server, Python 3.10.12. None of the installation methods in the README.md worked for me as-is. I ended up installing poetry manually then using the rest of the poetry install instructions to finally get acme-nginx in the /usr/local/bin folder. Now. every time I run it, I get this output.

Traceback (most recent call last):
  File "/usr/local/bin/acme-nginx", line 33, in <module>
    sys.exit(load_entry_point('acme-nginx==0.3.5', 'console_scripts', 'acme-nginx')())
  File "/usr/local/bin/acme-nginx", line 25, in importlib_load_entry_point
    return next(matches).load()
StopIteration

Any ideas?

@chargerback-ron
Copy link
Author

This may be out of left field, but a Python project I've been working on broke recently. I traced the problem to a new version of numpy - 2.0.0. To correct it, I had to specify version 1.26.4 in my requirements.txt file. I found the answer on Stack Overflow, and the person who provided the answer said that this numpy incompatibility had affected numerous projects.

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

1 participant