lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
3.17k stars 284 forks source link

Request to solve issue #837

Closed aqsalab closed 1 year ago

aqsalab commented 2 years ago

Hy! 

I'm student of research. I'm interested in your code of lightly and I like it strongly.

I want to use this code in own research era. Related that code I have downloaded all dependencies but one thing can't implement that is lightly.

You used in your code but I can't access through using this command which you have mentioned in readme "pip3 install lightly" please share the copy of version lightly. 

I have some troubles to download the lightly. Please help me and share copy of lightly version that is used in your code.....

guarin commented 2 years ago

Hi!

Could you provide the error that you get when you try to install lightly? This would help us debug your issue :)

aqsalab commented 2 years ago

Lightly version 0.0.0 does not support.

On Tue, Jun 14, 2022, 11:38 AM guarin @.***> wrote:

Hi!

Could you provide the error that you get when you try to install lightly? This would help us debug your issue :)

— Reply to this email directly, view it on GitHub https://github.com/lightly-ai/lightly/issues/837#issuecomment-1154776157, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQORNOK4YLUDWYWCTQUH7LLVPASE5ANCNFSM5YWNH5NA . You are receiving this because you authored the thread.Message ID: @.***>

aqsalab commented 2 years ago

Lightly version 0.0.0 does not support the code .and does not update the lightly version . please help to solve this issue in coding

On Tue, Jun 14, 2022, 12:09 PM Aqsa Ubaidullah @.***> wrote:

Lightly version 0.0.0 does not support.

On Tue, Jun 14, 2022, 11:38 AM guarin @.***> wrote:

Hi!

Could you provide the error that you get when you try to install lightly? This would help us debug your issue :)

— Reply to this email directly, view it on GitHub https://github.com/lightly-ai/lightly/issues/837#issuecomment-1154776157, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQORNOK4YLUDWYWCTQUH7LLVPASE5ANCNFSM5YWNH5NA . You are receiving this because you authored the thread.Message ID: @.***>

guarin commented 2 years ago

Hmm this is weird. How exactly do you install lightly? Could you provide the steps and commands you run? Also, are you installing it in a virtual environment or conda environment?

aqsalab commented 2 years ago

I want to install lightly in python 3.6+ with pip3 install lightly .but python 3.6+ does not support pip 3 .pip 3 install lightly command not run in command prompt .I want to try install in both virtual environment and conda environment .but in virtual environment the given code of lightly -ai give me error of lightly installation command .and in conda environment, conda not install in 7th generation .please provide me latest version of lightly commands and conda software .I want to latest version of lightly and conda .. .

On Tue, Jun 14, 2022, 12:31 PM guarin @.***> wrote:

Hmm this is weird. How exactly do you install lightly? Could you provide the steps and commands you run? Also, are you installing it in a virtual environment or conda environment?

— Reply to this email directly, view it on GitHub https://github.com/lightly-ai/lightly/issues/837#issuecomment-1154821103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQORNOPST4QJIVSAB5PNAZ3VPAYNRANCNFSM5YWNH5NA . You are receiving this because you authored the thread.Message ID: @.***>

guarin commented 2 years ago

Please make sure that you have indeed the correct version of python. Run the following in the terminal and it should show at least python version 3.6:

python --version

Then you can run:

python -m venv lightly-env
source lightly-env/bin/activate
pip install lightly

And you should have installed lightly successfully in a new virtual environment.

aqsalab commented 2 years ago

Can you help me ?.which is the main file of this lightly code ?

On Tue, Jun 14, 2022, 2:00 PM guarin @.***> wrote:

Please make sure that you have indeed the correct version of python. Run the following in the terminal and it should show at least python version 3.6:

python --version

Then you can run:

python -m venv lightly-env source lightly-env/bin/activate pip install lightly

And you should have installed lightly successfully in a new virtual environment.

— Reply to this email directly, view it on GitHub https://github.com/lightly-ai/lightly/issues/837#issuecomment-1154910246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQORNOKOTBKQMCCK637N7M3VPBC4VANCNFSM5YWNH5NA . You are receiving this because you authored the thread.Message ID: @.***>