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

Dependency Problem #1

Open
AbhishekPr1990 opened this issue Sep 14, 2022 · 1 comment
Open

Dependency Problem #1

AbhishekPr1990 opened this issue Sep 14, 2022 · 1 comment

Comments

@AbhishekPr1990
Copy link

Hi, Thank you for sharing this projct.

However, I have some problems when I try to implement it locally.

  1. The following message arise:
    C:\Users\Abhiskandkumar>pip install --upgrade --use-wheel --no-index --find-links=../../ SOURCE/APPS scikit-learn
    Ignoring indexes: https://pypi.python.org/simple
    Requirement already up-to-date: scikit-learn in c:\anaconda3\lib\site-packages
    I suspect it's probably due to missing dependency problem IDK.

  2. Only pip is installable through github repository. Instead I try to copy the code we need directly into the plugin, but this is not ideal. Are you plan to refactor the code soon so it will be approachable as pip package ?

Thanks in advance,
Abhishek

@Daniboy370
Copy link
Collaborator

Daniboy370 commented Sep 14, 2022

Hey @AbhishekPr1990 ,
Thank you for opening this issue.

  1. It sounds like the problem is either a missing dependency or some improper installation.
    I recommend simply use: !pip install --upgrade <PACKAGE / MODULE> --user_name
    But if pip does not resolve that, I suggest removing any unnecessary and old dependencies, to eliminate potential conflicts. And also make sure your version is aligned with the project's requirements (see requirements.txt).

  2. It's a great idea, but currently we're not planning to further develop this project, as it was formed only for reproducing our paper's results. However, we can definitely team up for a joint research project that will ripe into a community repository.

Daniel

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