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
Traceback (most recent call last):
File "setup.py", line 34, in
versfile = os.path.join(os.path.dirname(file), "gvas", "init.py")
NameError: name 'os' is not defined
(There must be something else up with this. I tried importing os and something else broke, didn't look into it past that)
Thanks
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "setup.py", line 34, in
versfile = os.path.join(os.path.dirname(file), "gvas", "init.py")
NameError: name 'os' is not defined
(There must be something else up with this. I tried importing os and something else broke, didn't look into it past that)
Thanks
The text was updated successfully, but these errors were encountered: