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
kerbal@kraken ~/waveloc/examples $ python3 setup_examples.py
Traceback (most recent call last):
File "setup_examples.py", line 12, in
test_data_dir = os.path.join(base_path, 'test_data', 'raw_data')
File "/usr/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_arg_types('join', a, *p)
File "/usr/lib/python3.5/genericpath.py", line 143, in _check_arg_types
(funcname, s.class.name)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'
kerbal@kraken ~/waveloc/examples $
What's wrong with me ?
There are few install information. )-:
The text was updated successfully, but these errors were encountered:
Hi, @amaggi @nlanget
I have met this error.
kerbal@kraken ~/waveloc/examples $ python3 setup_examples.py
Traceback (most recent call last):
File "setup_examples.py", line 12, in
test_data_dir = os.path.join(base_path, 'test_data', 'raw_data')
File "/usr/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_arg_types('join', a, *p)
File "/usr/lib/python3.5/genericpath.py", line 143, in _check_arg_types
(funcname, s.class.name)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'
kerbal@kraken ~/waveloc/examples $
What's wrong with me ?
There are few install information. )-:
The text was updated successfully, but these errors were encountered: