You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.Any ideas?
The text was updated successfully, but these errors were encountered: