-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
singularity_index is not available #7
Comments
Hi @GustavoWillyNagel - how are you installing the package? The structure of the repository has not changed since the project's inception so I suspect this issue has to do with how you are installing rivamap or setting up your local programming environment. |
Hi Hariharan. I tried different ways of installing the package (see below), all with the same issue. I am using the Google Colab. 1º) ! sudo pip install rivamap 2º) ! git clone https://github.com/isikdogan/rivamap.git 3º) !pip install rivamap |
Your problem may be that Inspired by that stackoverflow post, I entered the following into colab after installation:
Output was the following:
So it looks like everything is there. |
Thank you very much. It worked!! Do you know do I import this submodule? |
Should be able to do either |
Thank you very much. The import did not work, but I created a package myself with the code provided. Best wishes. |
Hi.
I am trying to use the RivaMap for my P.h.D project. However, the necessary function "singularity_index" seems to not be available in the package. Am I doing something wrong?
The functions available are shown below.
dir(rivamap)
['builtins',
'cached',
'doc',
'file',
'loader',
'name',
'package',
'path',
'spec',
'delineate',
'georef',
'preprocess',
'visualization']
Thank you in advance.
Best wishes.
The text was updated successfully, but these errors were encountered: