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 installed the api following the instructions in the GIT project.
But everytime I´d like to import the API i get the follwiung failture.
`Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2961, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 3, in
import timeular_api
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 668, in _load_unlocked
File "", line 638, in _load_backward_compatible
File "C:\Users\fsteppon\AppData\Roaming\Python\Python37\site-packages\timeular_api-1.0.0-py3.7.egg\timeular_api_init_.py", line 19, in
from timeular_api.api.authentication_api import AuthenticationApi
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 668, in _load_unlocked
File "", line 638, in _load_backward_compatible
File "C:\Users\fsteppon\AppData\Roaming\Python\Python37\site-packages\timeular_api-1.0.0-py3.7.egg\timeular_api\api_init_.py", line 6, in
from timeular_api.api.authentication_api import AuthenticationApi
File "", line 983, in _find_and_load
File "", line 963, in _find_and_load_unlocked
File "", line 906, in _find_spec
File "", line 1280, in find_spec
File "", line 1254, in _get_spec
File "", line 1235, in _legacy_get_spec
File "", line 441, in spec_from_loader
File "", line 594, in spec_from_file_location
File "C:\Users\fsteppon\AppData\Roaming\Python\Python37\site-packages\timeular_api-1.0.0-py3.7.egg\timeular_api\api\authentication_api.py", line 125
async=params.get('async'),
^
SyntaxError: invalid syntax`
What is wrong?
The text was updated successfully, but these errors were encountered:
Hey All,
i installed the api following the instructions in the GIT project.
But everytime I´d like to import the API i get the follwiung failture.
`Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2961, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 3, in
import timeular_api
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 668, in _load_unlocked
File "", line 638, in _load_backward_compatible
File "C:\Users\fsteppon\AppData\Roaming\Python\Python37\site-packages\timeular_api-1.0.0-py3.7.egg\timeular_api_init_.py", line 19, in
from timeular_api.api.authentication_api import AuthenticationApi
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 668, in _load_unlocked
File "", line 638, in _load_backward_compatible
File "C:\Users\fsteppon\AppData\Roaming\Python\Python37\site-packages\timeular_api-1.0.0-py3.7.egg\timeular_api\api_init_.py", line 6, in
from timeular_api.api.authentication_api import AuthenticationApi
File "", line 983, in _find_and_load
File "", line 963, in _find_and_load_unlocked
File "", line 906, in _find_spec
File "", line 1280, in find_spec
File "", line 1254, in _get_spec
File "", line 1235, in _legacy_get_spec
File "", line 441, in spec_from_loader
File "", line 594, in spec_from_file_location
File "C:\Users\fsteppon\AppData\Roaming\Python\Python37\site-packages\timeular_api-1.0.0-py3.7.egg\timeular_api\api\authentication_api.py", line 125
async=params.get('async'),
^
SyntaxError: invalid syntax`
What is wrong?
The text was updated successfully, but these errors were encountered: