mdtux89 / amr-eager

Parser for Abstract Meaning Representation
BSD 2-Clause "Simplified" License
45 stars 19 forks source link

Is this macOS problem? #9

Open JunhyunB opened 5 years ago

JunhyunB commented 5 years ago

Writing file contrib/sample-sentences.txt.parsed ... Sentence 1: Chapter 1 . Warning: Failed to load function from bytecode: binary string: bad header in precompiled chunkTraceback (most recent call last): File "parser.py", line 164, in main(args) File "parser.py", line 103, in main t = TransitionSystem(embs, data, "PARSE", args.model) File "/Users/junhyun/amr-eager/transition_system.py", line 35, in init self._classify = Classify(model_dir) File "/Users/junhyun/.local/lib/python3.6/site-packages/PyTorch-4.1.1_SNAPSHOT-py3.6-macosx-10.7-x86_64.egg/PyTorchHelpers.py", line 20, in init PyTorchAug.LuaClass.init(self, splitName, *args) File "/Users/junhyun/.local/lib/python3.6/site-packages/PyTorch-4.1.1_SNAPSHOT-py3.6-macosx-10.7-x86_64.egg/PyTorchAug.py", line 255, in init raise Exception(errorMessage) Exception: ...s/junhyun/torch/install/share/lua/5.1/torch/File.lua:314: bad argument #1 to 'setupvalue' (function expected, got nil)

mdtux89 commented 5 years ago

It's possible. It looks like it could be an architecture or lua/torch version issue. Can you try again with a Linux machine?

JunhyunB commented 5 years ago

I don't have Ubuntu machine, so I tried with Windows bash Ubuntu 18 and there was some issues with install PyTorch

I really want to run with my MacBook but.. it seems that there is no solution..

dariocazzani commented 5 years ago

You might want to try to run a Docker Container or a VM running Linux on your Mac