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
The latest build of uvcdat sees an error with import vcs. It appears in
f = open(os.path.join(vcs.prefix, "share", "vcs", "wmo_symbols.json"))
the prefix is incorrect. See below.
[mcenerney1ml:~/diagout] mcenerney1% python
Python 2.7.11 (default, Apr 6 2016, 10:18:59)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import vcs
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/uvcdat/04_06_16/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs-v2.5.0_267_g4bafc26-py2.7.egg/vcs/init.py", line 33, in
import Canvas # noqa
File "/usr/local/uvcdat/04_06_16/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs-v2.5.0_267_g4bafc26-py2.7.egg/vcs/Canvas.py", line 49, in
from VTKPlots import VTKVCSBackend
File "/usr/local/uvcdat/04_06_16/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs-v2.5.0_267_g4bafc26-py2.7.egg/vcs/VTKPlots.py", line 5, in
import vcs2vtk
File "/usr/local/uvcdat/04_06_16/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs-v2.5.0_267_g4bafc26-py2.7.egg/vcs/vcs2vtk.py", line 15, in
f = open(os.path.join(vcs.prefix, "share", "vcs", "wmo_symbols.json"))
IOError: [Errno 2] No such file or directory: '/usr/local/uvcdat/04_06_16/Library/Frameworks/Python.framework/Versions/2.7/share/vcs/wmo_symbols.json'
The text was updated successfully, but these errors were encountered:
The latest build of uvcdat sees an error with import vcs. It appears in
f = open(os.path.join(vcs.prefix, "share", "vcs", "wmo_symbols.json"))
the prefix is incorrect. See below.
[mcenerney1ml:~/diagout] mcenerney1% python
Python 2.7.11 (default, Apr 6 2016, 10:18:59)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: