Open gwanu5 opened 5 years ago
Hmm. I don't have an Ubuntu 18.04 installation myself, but I just added it on a branch to the travis matrix and there weren't any problems. See https://github.com/erykoff/redmapper/pull/41 . Do you have both gsl-bin
and libgsl0-dev
packages installed?
I've uninstalled Ubuntu and installed Fedora 31 instead. Just to see whether the installation goes right. Again, installed python 3.7.5, then the required dependencies. This time I get:
ImportError Traceback (most recent call last)
How did you install it? You need to do python setup.py install
to build the attached libraries, and then you cannot import from the redmapper
directory directly because it will grab the local version (without libraries) and not the installed version. Did you go into the tests
directory and run nosetests
?
Thanks for the reply. I've tried it again in my virtual-env and this time with a few extra package installs it worked !
Hey there,
I'm trying to install and use redmapper on Ubuntu 18.04 LTS. System is updated and all dependencies have been installed but when i try to import the code this is the error:
ImportError Traceback (most recent call last)