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 tried connecting verdict to MySQL using python3(Jupyter).As per the documentation,I installed pyverdict.The version is 0.1.3.2.
verdict = pyverdict.mysql('localhost', 'root', 'password') # make a connection
Hello,
I tried connecting verdict to MySQL using python3(Jupyter).As per the documentation,I installed pyverdict.The version is 0.1.3.2.
verdict = pyverdict.mysql('localhost', 'root', 'password') # make a connection
gives me this error:
/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py in _get_handles(self, stdin, stdout, stderr)
1403 else:
1404 # Assuming file-like object
-> 1405 errwrite = stderr.fileno()
1406
1407 return (p2cread, p2cwrite,
UnsupportedOperation: fileno
The text was updated successfully, but these errors were encountered: