PacificBiosciences / FALCON-integrate

Mostly deprecated. See https://github.com/PacificBiosciences/FALCON_unzip/wiki/Binaries
https://github.com/PacificBiosciences/FALCON/wiki/Manual
31 stars 28 forks source link

ImportError: No module named rdfextras.tools.csv2rdf #100

Open mictadlo opened 8 years ago

mictadlo commented 8 years ago

Hi, I installed Falcon 1.8.0 on a HPC cluster. However, when I execute

csv2rdf 
Traceback (most recent call last):
  File "/QRISdata/Q0231/software/FALCON-integrate/fc_env/bin/csv2rdf", line 7, in <module>
    from rdfextras.tools.csv2rdf import main
ImportError: No module named rdfextras.tools.csv2rdf

What did I miss?

Best wishes,

Mic

pb-jchin commented 8 years ago

why not try to install rdfextras manually?

mictadlo commented 8 years ago

I just was trying to test my Falcon installation. How should Install rdfextras?

pb-jchin commented 8 years ago

there are too many possible ways. please take a look at https://packaging.python.org/installing/