Skip to content
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

trouble installing #8

Open
guoxiaof opened this issue Mar 18, 2024 · 2 comments
Open

trouble installing #8

guoxiaof opened this issue Mar 18, 2024 · 2 comments

Comments

@guoxiaof
Copy link

Hello,

I have trouble installing picturedrocks.

This is the message I got. Can you please help?

$ git clone [email protected]:umangv/picturedrocks.git
Cloning into 'picturedrocks'...
FIPS mode initialized
Warning: Permanently added the ECDSA host key for IP address '140.82.114.4' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@umangv
Copy link
Owner

umangv commented Mar 19, 2024

Hi @guoxiaof,

The repository is public, so you should have access. Typically, using SSH requires that you've already set up an SSH key with GitHub, so I suggest using HTTPS:

$ git clone https://github.com/umangv/picturedrocks.git

However, if you do want to use SSH, you should be able to follow the instructions for setting up SSH with your GitHub account and use the command that you used. See also "git: fatal: Could not read from remote repository" on stackoverflow

Does that help?

@guoxiaof
Copy link
Author

Thank you so much for your reply! I was able to install picturedrocks.

But the tool I want to use doesn't work. The tool is RankCorr (https://github.com/ahsv/RankCorr/tree/master?tab=readme-ov-file). The error I got are below:

$from picturedrocks import Rocks
ImportError: cannot import name 'Rocks' from 'picturedrocks' (~/picturedrocks/picturedrocks/init.py)

$from picturedRocks import Rocks
ModuleNotFoundError: No module named 'picturedRocks'

Can you please help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants