gchrupala / morfette

Supervised learning of morphology
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

Cabal install fails with "could not find module" #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can't install morfette using cabal.

When running:

cabal install morfette

I get the following output:

Resolving dependencies...
Configuring morfette-0.3.5...
Building morfette-0.3.5...
Preprocessing executable 'morfette' for morfette-0.3.5...

src/GramLab/Perceptron/Multiclass.hs:16:18:
    Could not find module `Data.Array.Unsafe':
      Use -v to see a list of the files searched for.
Failed to install morfette-0.3.5
cabal: Error: some packages failed to install:
morfette-0.3.5 failed during the building phase. The exception was:
ExitFailure 1

Output of cabal --version is:
cabal-install version 1.16.0.2
using version 1.16.0.3 of the Cabal library

Original issue reported on code.google.com by muelletm@gmail.com on 21 Feb 2013 at 11:32

GoogleCodeExporter commented 9 years ago
Which version of GHC are you using? 
You can check it with:

    $ ghc --version

Original comment by pitekus on 21 Feb 2013 at 2:44

GoogleCodeExporter commented 9 years ago
I am using version:

The Glorious Glasgow Haskell Compilation System, version 7.0.4

Anyway, I now think that the problem I am having is not morfette related at
all. I installed a local version of cabal and there seem to be some version
conflicts between older globally installed packages and newer local
packages. I guess we can close this issue.

Could you maybe provide binaries for the morfette versions > 0.3.1?

Thanks!

Original comment by muelletm@gmail.com on 21 Feb 2013 at 3:02

GoogleCodeExporter commented 9 years ago
OK, let me know if you discover there is a problem on the morfette side.

Regarding binaries, it's a bit tricky due to all the different combinations of 
platform, word size, operating system, and libc library that people are using 
these days. I'll try to upload at least Linux 64 bit binaries.

Original comment by pitekus on 21 Feb 2013 at 4:42