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 have followed the installation step and have successfully started up the TOSDataBridge Windows service, and now I am trying to get the python part going.
When I try to install it: (CMD shell with admin access. New install of Windows + python 3.10 newly installed. Nothing else installed.)
python setup.py install
The version of TOSDataBridge I tried is v0.8.
I get the cannot import error
Any advice on how should I solve this? Thank you!
The text was updated successfully, but these errors were encountered:
In tosdb/_win.py replace _compile(" with _compile(r", _VER_SFFX = ' with _VER_SFFX = r', Service\Engine with Service\\Engine, Service \ Engine with Service \\ Engine, if tytup[0] is "String" to if tytup[0] == "String"
I have followed the installation step and have successfully started up the TOSDataBridge Windows service, and now I am trying to get the python part going.
When I try to install it: (CMD shell with admin access. New install of Windows + python 3.10 newly installed. Nothing else installed.)
python setup.py install
The version of TOSDataBridge I tried is v0.8.
I get the cannot import error
Any advice on how should I solve this? Thank you!
The text was updated successfully, but these errors were encountered: