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
When i work with nengo-gui it works nice except autocompletion. And i got this errors:
ERROR:nengo_gui.server:Error response
Traceback (most recent call last):
File "c:\users\dmitry\appdata\local\conda\conda\envs\ml-p37-nengo-tf\lib\site-packages\nengo_gui\server.py", line 412, in do_GET
self.http_GET()
File "c:\users\dmitry\appdata\local\conda\conda\envs\ml-p37-nengo-tf\lib\site-packages\nengo_gui\guibackend.py", line 137, in http_GET
server.HttpWsRequestHandler.http_GET(self)
File "c:\users\dmitry\appdata\local\conda\conda\envs\ml-p37-nengo-tf\lib\site-packages\nengo_gui\server.py", line 428, in http_GET
response = getattr(self, command)()
File "c:\users\dmitry\appdata\local\conda\conda\envs\ml-p37-nengo-tf\lib\site-packages\nengo_gui\guibackend.py", line 86, in auth_checked
return fn(inst)
File "c:\users\dmitry\appdata\local\conda\conda\envs\ml-p37-nengo-tf\lib\site-packages\nengo_gui\guibackend.py", line 218, in complete
self.db['filename'])
File "c:\users\dmitry\appdata\local\conda\conda\envs\ml-p37-nengo-tf\lib\site-packages\nengo_gui\completion.py", line 22, in get_completions
script = Script(code, line, column, path=path)
TypeError: __init__() takes from 1 to 2 positional arguments but 4 positional arguments (and 1 keyword-only argument) were given
Windows10 Pro x64 10.0.19041
Nengo, nengo-gui, nengo-dl installed in separate env. with python 3.7 using pip. Here is "pip list" output for nengo env:
When i work with nengo-gui it works nice except autocompletion. And i got this errors:
Windows10 Pro x64 10.0.19041
Nengo, nengo-gui, nengo-dl installed in separate env. with python 3.7 using pip. Here is "pip list" output for nengo env:
The text was updated successfully, but these errors were encountered: