-
Notifications
You must be signed in to change notification settings - Fork 598
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
module inspect has no argument getargspec - headphones does not start - Fedora 37 - python 3.11 #3320
Comments
Applying cherrypy/cherrypy@8245a74 (or use the latest package) and extracting the apscheduler-3.10.1 was enough to get my install working. |
I've updated the cherrypy lib to v18.8.0 (which includes this patch) in the develop branch if you want to give it a try |
Getting the same error here after upgrading from Python 3.10.7 to 3.11.3. Running HeadPhones from
So, I switched to the
Any suggestions please? :) |
Hi, I've updated the apscheduler lib in the develop branch |
Hi @rembo10, any idea how I can get the Or should I switch to Thank you. |
I've hit this issue since upgrading to Ubuntu 23.04. My headphones service wasn't starting, so I've tried clearing out the headphones install and starting from scratch. I get this when trying to run headphones the first time: `python3 Headphones.py Traceback (most recent call last): I have Python 3.11.4 installed. Any ideas on how I get the new install working would be gratefully received. :) |
Hey so sorry about this. It's now in the master branch with a new release (v0.6.1) |
No worries, looks to be working now, thank you so much! |
workaround example:
pyinvoke/invoke#833 (comment)
I implemented it in "/opt/headphones/lib/cherrypy/_cpdispatch.py", line 209
python3 Headphones.py
Traceback (most recent call last):
File "/opt/headphones/Headphones.py", line 27, in
from headphones import webstart, logger
File "/opt/headphones/headphones/init.py", line 27, in
import cherrypy
File "/opt/headphones/lib/cherrypy/init.py", line 71, in
from . import _cpdispatch as dispatch
File "/opt/headphones/lib/cherrypy/_cpdispatch.py", line 209, in
getargspec = inspect.getargspec
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
Apply the fix and it works but now it crashes as above
The text was updated successfully, but these errors were encountered: