-
Notifications
You must be signed in to change notification settings - Fork 53
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
TypeError : 'NoneType' object is not callable #27
Comments
@Darth-Carrotpie - thanks for your feedback. Unfortunately, I can't reproduce this error. I made a new empty environment and install
Has anyone else encountered this problem? |
@jundymek - Sorry, forgot to mention - due to compatibility I've got a python version limitation, mine is V3.7.9. Also I should probably mention that it's an embedded python version with no global environment vars, with intention to be able to pack it into an app. Package versions of the same list, checked via "pip show": My use case is to perform google search via proxies for a chatbot which uses Wizard of Internet dataset. |
Sorry for inconvenience, but I found the problem. |
Are the deps alright in this library? When I try to import:
from fp.fp import FreeProxy
An error is thrown:
PythonException: TypeError : 'NoneType' object is not callable File "Assets/StreamingAssets/python-3.7.9/lib/site-packages/lxml/html/__init__.py", line 88, in <module> namespaces={'x':XHTML_NAMESPACE}) File "Assets/StreamingAssets/python-3.7.9/lib/site-packages/fp/fp.py", line 5, in <module> import lxml.html as lh File "search.py", line 2, in <module> from fp.fp import FreeProxy
Installed via PyPi. Any ideas what's going on?
The text was updated successfully, but these errors were encountered: