You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I have some problems when I try to implement it locally.
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.
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
The text was updated successfully, but these errors were encountered:
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).
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.
Hi, Thank you for sharing this projct.
However, I have some problems when I try to implement it locally.
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.
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
The text was updated successfully, but these errors were encountered: