GlobalMaksimum / sadedegel

A General Purpose NLP library for Turkish
http://sadedegel.ai
MIT License
93 stars 15 forks source link

Can't import Doc. #287

Closed Vitaee closed 2 years ago

Vitaee commented 3 years ago

sadedegelbblock

As you can see in the picture, I tried to import this modules but its gives error.

Vitaee commented 3 years ago

But in this example ( from docs. ) uses the module mentioned. example

husnusensoy commented 3 years ago

Hi which version you have installed in your current environment ? You can get using sadedegel info.

Vitaee commented 3 years ago

sadedegelinf

Here is the version inf. about sadedegel which is installed in my current environment. Sorry for late reply.

husnusensoy commented 3 years ago

Please first run a pip install -U to update your version. As you can see, you currently have a pretty old version installed. Hüsnü Şensoy / VLDB Expert @.***

[image: Global Maksimum Data & Information Tech]

Global Maksimum Data & Information Tech +902162506637 / +902162506600 Acıbadem Mah. Çeçen Sk. Akasya Kule A-3 No:25 Kat:14 34660 Üsküdar, İstanbul Türkiye

[image: LinkedIn] https://htmlsig.com/t/0000001BRGEK6 [image: Instagram] https://htmlsig.com/t/000001DZYDYM [image: Github] https://htmlsig.com/t/000001DDAY0N

On Sat, Jul 17, 2021 at 9:43 AM Can İlgu @.***> wrote:

[image: sadedegelinf] https://user-images.githubusercontent.com/45064650/126028533-bb88e556-4906-46e7-a2a2-6bcdf986c079.png

Here is the version inf. about sadedegel which is installed in my current environment. Sorry for late reply.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GlobalMaksimum/sadedegel/issues/287#issuecomment-881843727, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVFRTV4RLWVGEIACTELGTTYERCZANCNFSM5AN7FF5A .

Vitaee commented 3 years ago

I run pip install -U. But still same versions when I run sadedegel info . Also my pip have last version. Still can't import;

from sadedegel import Doc
from sadedegel.bblock import Doc

samerror

I don't know maybe I am doing wrong..

husnusensoy commented 3 years ago

Thats most probably because you have multiple python environments. Can you share pip update output? Hüsnü Şensoy / VLDB Expert @.***

[image: Global Maksimum Data & Information Tech]

Global Maksimum Data & Information Tech +902162506637 / +902162506600 Acıbadem Mah. Çeçen Sk. Akasya Kule A-3 No:25 Kat:14 34660 Üsküdar, İstanbul Türkiye

[image: LinkedIn] https://htmlsig.com/t/0000001BRGEK6 [image: Instagram] https://htmlsig.com/t/000001DZYDYM [image: Github] https://htmlsig.com/t/000001DDAY0N

On Mon, Jul 19, 2021 at 2:12 AM Can İlgu @.***> wrote:

I run pip install -U. But still same versions when I run sadedegel info . Also my pip have last version. Still can't import;

from sadedegel import Doc from sadedegel.bblock import Doc

[image: samerror] https://user-images.githubusercontent.com/45064650/126084971-335f8645-03f1-4f09-9fbe-769738a88411.png

I don't know maybe I am doing wrong..

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GlobalMaksimum/sadedegel/issues/287#issuecomment-882129604, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVFRTWQ52F34HNWO3KNJLTYNNUTANCNFSM5AN7FF5A .

Vitaee commented 3 years ago

Actually I don't have multiple python environments. I run this code to update pip;

python -m pip install --upgrade pip

the output; Requirement already satisfied: pip in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (21.1.3)

husnusensoy commented 3 years ago

Note that you are upgrading the pip package with command python -m pip install --upgrade pip what you need is to run python -m pip install --upgrade sadedegel to ensure you have the latest version installed.

Hüsnü Şensoy / VLDB Expert @.***

[image: Global Maksimum Data & Information Tech]

Global Maksimum Data & Information Tech +902162506637 / +902162506600 Acıbadem Mah. Çeçen Sk. Akasya Kule A-3 No:25 Kat:14 34660 Üsküdar, İstanbul Türkiye

[image: LinkedIn] https://htmlsig.com/t/0000001BRGEK6 [image: Instagram] https://htmlsig.com/t/000001DZYDYM [image: Github] https://htmlsig.com/t/000001DDAY0N

On Mon, Jul 19, 2021 at 6:55 PM Can İlgu @.***> wrote:

Actually I don't have multiple python environments. I run this code to update pip;

python -m pip install --upgrade pip

the output; Requirement already satisfied: pip in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (21.1.3)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GlobalMaksimum/sadedegel/issues/287#issuecomment-882661657, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVFRT6KPXDJXTHOB7YPYLTYRDFRANCNFSM5AN7FF5A .

Vitaee commented 3 years ago

Here is the output of the python -m pip install --upgrade sadedegel.

Requirement already satisfied: sadedegel in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (0.8)
Collecting sadedegel

  Using cached sadedegel-0.20.1-py3-none-any.whl (49.2 MB)
Requirement already satisfied: loguru>=0.5.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.5.3)

Requirement already satisfied: fastapi>=0.61.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.63.0)

Collecting rich
  Using cached rich-10.6.0-py3-none-any.whl (208 kB)
Requirement already satisfied: requests in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (2.25.1)

Collecting h5py<=3.2.1,>=3.1.0
  Using cached h5py-3.2.1-cp38-cp38-win_amd64.whl (2.8 MB)
Requirement already satisfied: nltk==3.5 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (3.5)

Collecting networkx==2.4
  Using cached networkx-2.4-py3-none-any.whl (1.6 MB)
Requirement already satisfied: tabulate>=0.8.7 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.8.9)

Collecting cached-property
  Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting smart-open==2.0.0
  Using cached smart_open-2.0.0.tar.gz (103 kB)
Collecting sadedegel
  Using cached sadedegel-0.20-py3-none-any.whl (49.2 MB)
  Using cached sadedegel-0.19.2-py3-none-any.whl (36.1 MB)

Requirement already satisfied: smart-open>=2.1.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (4.0.1)

  Using cached sadedegel-0.19.1-py3-none-any.whl (36.1 MB)
  Using cached sadedegel-0.19-1-py3-none-any.whl (36.1 MB)
  Using cached sadedegel-0.18.3-py3-none-any.whl (12.6 MB)
Collecting transformers==3.0.0
  Using cached transformers-3.0.0-py3-none-any.whl (754 kB)
Collecting tabulate==0.8.7
  Using cached tabulate-0.8.7-py3-none-any.whl (24 kB)
Collecting fastapi==0.61.0
  Using cached fastapi-0.61.0-py3-none-any.whl (48 kB)
Requirement already satisfied: click==7.1.2 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (7.1.2)

Collecting sadedegel
  Using cached sadedegel-0.18.2-py3-none-any.whl (10.2 MB)
  Using cached sadedegel-0.18-py3-none-any.whl (10.2 MB)
  Using cached sadedegel-0.17.1-py3-none-any.whl (5.6 MB)
Collecting lexrank
  Using cached lexrank-0.1.0-py3-none-any.whl (69 kB)

Collecting sadedegel
  Using cached sadedegel-0.17-py3-none-any.whl (5.6 MB)
  Using cached sadedegel-0.16.2.1-py3-none-any.whl (1.7 MB)
  Using cached sadedegel-0.16.2-py3-none-any.whl (1.7 MB)
  Using cached sadedegel-0.16.1-py3-none-any.whl (1.7 MB)
  Using cached sadedegel-0.15.2.4-py3-none-any.whl (3.3 MB)
  Using cached sadedegel-0.15.2.3-py3-none-any.whl (1.7 MB)
  Using cached sadedegel-0.15.2.2-py3-none-any.whl (2.7 MB)
  Using cached sadedegel-0.15.2.1-py3-none-any.whl (2.7 MB)
  Using cached sadedegel-0.15.2-py3-none-any.whl (2.7 MB)
  Using cached sadedegel-0.15.1.1-py3-none-any.whl (2.6 MB)
  Using cached sadedegel-0.15-py3-none-any.whl (2.6 MB)
  Using cached sadedegel-0.14.1-py3-none-any.whl (2.3 MB)
  Using cached sadedegel-0.14-py3-none-any.whl (2.3 MB)
  Using cached sadedegel-0.13.5-py3-none-any.whl (2.3 MB)
  Using cached sadedegel-0.13.4-py3-none-any.whl (2.3 MB)
  Using cached sadedegel-0.13.3-py3-none-any.whl (2.3 MB)
  Using cached sadedegel-0.13-py3-none-any.whl (1.3 MB)
  Using cached sadedegel-0.12-py3-none-any.whl (1.9 MB)

Collecting scikit-learn==0.23.2
  Downloading scikit_learn-0.23.2-cp38-cp38-win_amd64.whl (6.8 MB)
     |████████████████████████████████| 6.8 MB 726 kB/s
Collecting sadedegel
  Using cached sadedegel-0.11.3-py3-none-any.whl (1.9 MB)
  Using cached sadedegel-0.11.1-py3-none-any.whl (1.9 MB)
Requirement already satisfied: tqdm in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (4.54.0)

Requirement already satisfied: wheel in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.35.1)

  Using cached sadedegel-0.10-py3-none-any.whl (1.9 MB)
  Using cached sadedegel-0.9-py3-none-any.whl (1.3 MB)

Requirement already satisfied: sklearn in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.0)

Requirement already satisfied: transformers in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (4.8.2)

Requirement already satisfied: uvicorn in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.13.4)

Requirement already satisfied: win32-setctime>=1.0.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from loguru>=0.5.1->sadedegel) (1.0.3)

Requirement already satisfied: colorama>=0.3.4 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from loguru>=0.5.1->sadedegel) (0.4.4)

Requirement already satisfied: joblib in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from nltk==3.5->sadedegel) (1.0.0)

Requirement already satisfied: regex in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from nltk==3.5->sadedegel) (2020.11.13)

Requirement already satisfied: starlette==0.13.6 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from fastapi>=0.61.0->sadedegel) (0.13.6)

Requirement already satisfied: pydantic<2.0.0,>=1.0.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from fastapi>=0.61.0->sadedegel) (1.8.1)

Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from pydantic<2.0.0,>=1.0.0->fastapi>=0.61.0->sadedegel) (3.7.4.3)

Requirement already satisfied: scikit-learn in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sklearn->sadedegel) (0.24.0)

Requirement already satisfied: numpy>=1.13.3 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from scikit-learn->sklearn->sadedegel) (1.18.5)

Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from scikit-learn->sklearn->sadedegel) (2.1.0)

Requirement already satisfied: scipy>=0.19.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from scikit-learn->sklearn->sadedegel) (1.5.4)

Requirement already satisfied: sacremoses in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (0.0.45)

Requirement already satisfied: tokenizers<0.11,>=0.10.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (0.10.3)

Requirement already satisfied: packaging in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (21.0)

Requirement already satisfied: pyyaml in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (5.3.1)

Requirement already satisfied: huggingface-hub==0.0.12 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (0.0.12)

Requirement already satisfied: filelock in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (3.0.12)

Requirement already satisfied: pyparsing>=2.0.2 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from packaging->transformers->sadedegel) (2.4.7)

Requirement already satisfied: idna<3,>=2.5 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (2.10)

Requirement already satisfied: chardet<5,>=3.0.2 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (3.0.4)

Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (1.25.9)

Requirement already satisfied: certifi>=2017.4.17 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (2020.6.20)

Requirement already satisfied: six in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sacremoses->transformers->sadedegel) (1.15.0)

Requirement already satisfied: h11>=0.8 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from uvicorn->sadedegel) (0.12.0)
husnusensoy commented 3 years ago

After this what is your sadedegel version?

On 22 Jul 2021 Thu at 10:09 Can İlgu @.***> wrote:

Here is the output of the python -m pip install --upgrade sadedegel.

Requirement already satisfied: sadedegel in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (0.8)

Collecting sadedegel

Using cached sadedegel-0.20.1-py3-none-any.whl (49.2 MB)

Requirement already satisfied: loguru>=0.5.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.5.3)

Requirement already satisfied: fastapi>=0.61.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.63.0)

Collecting rich

Using cached rich-10.6.0-py3-none-any.whl (208 kB)

Requirement already satisfied: requests in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (2.25.1)

Collecting h5py<=3.2.1,>=3.1.0

Using cached h5py-3.2.1-cp38-cp38-win_amd64.whl (2.8 MB)

Requirement already satisfied: nltk==3.5 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (3.5)

Collecting networkx==2.4

Using cached networkx-2.4-py3-none-any.whl (1.6 MB)

Requirement already satisfied: tabulate>=0.8.7 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.8.9)

Collecting cached-property

Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)

Collecting smart-open==2.0.0

Using cached smart_open-2.0.0.tar.gz (103 kB)

Collecting sadedegel

Using cached sadedegel-0.20-py3-none-any.whl (49.2 MB)

Using cached sadedegel-0.19.2-py3-none-any.whl (36.1 MB)

Requirement already satisfied: smart-open>=2.1.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (4.0.1)

Using cached sadedegel-0.19.1-py3-none-any.whl (36.1 MB)

Using cached sadedegel-0.19-1-py3-none-any.whl (36.1 MB)

Using cached sadedegel-0.18.3-py3-none-any.whl (12.6 MB)

Collecting transformers==3.0.0

Using cached transformers-3.0.0-py3-none-any.whl (754 kB)

Collecting tabulate==0.8.7

Using cached tabulate-0.8.7-py3-none-any.whl (24 kB)

Collecting fastapi==0.61.0

Using cached fastapi-0.61.0-py3-none-any.whl (48 kB)

Requirement already satisfied: click==7.1.2 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (7.1.2)

Collecting sadedegel

Using cached sadedegel-0.18.2-py3-none-any.whl (10.2 MB)

Using cached sadedegel-0.18-py3-none-any.whl (10.2 MB)

Using cached sadedegel-0.17.1-py3-none-any.whl (5.6 MB)

Collecting lexrank

Using cached lexrank-0.1.0-py3-none-any.whl (69 kB)

Collecting sadedegel

Using cached sadedegel-0.17-py3-none-any.whl (5.6 MB)

Using cached sadedegel-0.16.2.1-py3-none-any.whl (1.7 MB)

Using cached sadedegel-0.16.2-py3-none-any.whl (1.7 MB)

Using cached sadedegel-0.16.1-py3-none-any.whl (1.7 MB)

Using cached sadedegel-0.15.2.4-py3-none-any.whl (3.3 MB)

Using cached sadedegel-0.15.2.3-py3-none-any.whl (1.7 MB)

Using cached sadedegel-0.15.2.2-py3-none-any.whl (2.7 MB)

Using cached sadedegel-0.15.2.1-py3-none-any.whl (2.7 MB)

Using cached sadedegel-0.15.2-py3-none-any.whl (2.7 MB)

Using cached sadedegel-0.15.1.1-py3-none-any.whl (2.6 MB)

Using cached sadedegel-0.15-py3-none-any.whl (2.6 MB)

Using cached sadedegel-0.14.1-py3-none-any.whl (2.3 MB)

Using cached sadedegel-0.14-py3-none-any.whl (2.3 MB)

Using cached sadedegel-0.13.5-py3-none-any.whl (2.3 MB)

Using cached sadedegel-0.13.4-py3-none-any.whl (2.3 MB)

Using cached sadedegel-0.13.3-py3-none-any.whl (2.3 MB)

Using cached sadedegel-0.13-py3-none-any.whl (1.3 MB)

Using cached sadedegel-0.12-py3-none-any.whl (1.9 MB)

Collecting scikit-learn==0.23.2

Downloading scikit_learn-0.23.2-cp38-cp38-win_amd64.whl (6.8 MB)

 |████████████████████████████████| 6.8 MB 726 kB/s

Collecting sadedegel

Using cached sadedegel-0.11.3-py3-none-any.whl (1.9 MB)

Using cached sadedegel-0.11.1-py3-none-any.whl (1.9 MB)

Requirement already satisfied: tqdm in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (4.54.0)

Requirement already satisfied: wheel in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.35.1)

Using cached sadedegel-0.10-py3-none-any.whl (1.9 MB)

Using cached sadedegel-0.9-py3-none-any.whl (1.3 MB)

Requirement already satisfied: sklearn in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.0)

Requirement already satisfied: transformers in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (4.8.2)

Requirement already satisfied: uvicorn in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sadedegel) (0.13.4)

Requirement already satisfied: win32-setctime>=1.0.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from loguru>=0.5.1->sadedegel) (1.0.3)

Requirement already satisfied: colorama>=0.3.4 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from loguru>=0.5.1->sadedegel) (0.4.4)

Requirement already satisfied: joblib in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from nltk==3.5->sadedegel) (1.0.0)

Requirement already satisfied: regex in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from nltk==3.5->sadedegel) (2020.11.13)

Requirement already satisfied: starlette==0.13.6 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from fastapi>=0.61.0->sadedegel) (0.13.6)

Requirement already satisfied: pydantic<2.0.0,>=1.0.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from fastapi>=0.61.0->sadedegel) (1.8.1)

Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from pydantic<2.0.0,>=1.0.0->fastapi>=0.61.0->sadedegel) (3.7.4.3)

Requirement already satisfied: scikit-learn in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sklearn->sadedegel) (0.24.0)

Requirement already satisfied: numpy>=1.13.3 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from scikit-learn->sklearn->sadedegel) (1.18.5)

Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from scikit-learn->sklearn->sadedegel) (2.1.0)

Requirement already satisfied: scipy>=0.19.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from scikit-learn->sklearn->sadedegel) (1.5.4)

Requirement already satisfied: sacremoses in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (0.0.45)

Requirement already satisfied: tokenizers<0.11,>=0.10.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (0.10.3)

Requirement already satisfied: packaging in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (21.0)

Requirement already satisfied: pyyaml in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (5.3.1)

Requirement already satisfied: huggingface-hub==0.0.12 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (0.0.12)

Requirement already satisfied: filelock in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from transformers->sadedegel) (3.0.12)

Requirement already satisfied: pyparsing>=2.0.2 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from packaging->transformers->sadedegel) (2.4.7)

Requirement already satisfied: idna<3,>=2.5 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (2.10)

Requirement already satisfied: chardet<5,>=3.0.2 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (3.0.4)

Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (1.25.9)

Requirement already satisfied: certifi>=2017.4.17 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from requests->sadedegel) (2020.6.20)

Requirement already satisfied: six in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from sacremoses->transformers->sadedegel) (1.15.0)

Requirement already satisfied: h11>=0.8 in c:\users\canil\appdata\local\programs\python\python38\lib\site-packages (from uvicorn->sadedegel) (0.12.0)

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/GlobalMaksimum/sadedegel/issues/287#issuecomment-884700669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVFRUZR4E5XTSV5PF7AEDTY673PANCNFSM5AN7FF5A .

-- Sent from Mobile

Vitaee commented 3 years ago

I run pip install -U. But still same versions when I run sadedegel info . Also my pip have last version. Still can't import;

from sadedegel import Doc
from sadedegel.bblock import Doc

samerror

I don't know maybe I am doing wrong..

Same as this

husnusensoy commented 3 years ago

Can you create a new conda environment and do install the sadedegel into that environment. Because your current env still loads version 0.8

On 23 Jul 2021 Fri at 12:51 Can İlgu @.***> wrote:

I run pip install -U. But still same versions when I run sadedegel info . Also my pip have last version. Still can't import;

from sadedegel import Doc from sadedegel.bblock import Doc

[image: samerror] https://user-images.githubusercontent.com/45064650/126084971-335f8645-03f1-4f09-9fbe-769738a88411.png

I don't know maybe I am doing wrong..

Same as this

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/GlobalMaksimum/sadedegel/issues/287#issuecomment-885526656, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVFRUGWV2GK2DFKGLLON3TZE3TLANCNFSM5AN7FF5A .

-- Sent from Mobile

Vitaee commented 2 years ago

Hello, Today I've tried to install sadedegel library on an another pc but still the version as same as on my computer.

To install sadedegel. I directly open CMD and wrote pip install sadedegel.

sadedeGel (@PyPI): 0.20.1
sadedeGel (installed): 0.8
sadedeGel Server (__herokuapp_url__): 0.11.3
husnusensoy commented 2 years ago

Please check our installation recording in a fresh isolated docker environment

https://asciinema.org/a/2qwQKos3fb9zXRghwDA2zp2Lc

Hüsnü Şensoy / VLDB Expert @.***

[image: Global Maksimum Data & Information Tech]

Global Maksimum Data & Information Tech +902162506637 / +902162506600 Acıbadem Mah. Çeçen Sk. Akasya Kule A-3 No:25 Kat:14 34660 Üsküdar, İstanbul Türkiye

[image: LinkedIn] https://htmlsig.com/t/0000001BRGEK6 [image: Instagram] https://htmlsig.com/t/000001DZYDYM [image: Github] https://htmlsig.com/t/000001DDAY0N

On Mon, Aug 2, 2021 at 3:14 PM Can İlgu @.***> wrote:

Hello, Today I've tried to install sadedegel library on an another pc but still the version as same as on my computer.

To install sadedegel. I directly open CMD and wrote pip install sadedegel.

sadedeGel @.***): 0.20.1 sadedeGel (installed): 0.8 sadedeGel Server (__herokuapp_url__): 0.11.3

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GlobalMaksimum/sadedegel/issues/287#issuecomment-890977282, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVFRSKQR7TZBSMYAIEXC3T22D3XANCNFSM5AN7FF5A .

dafajon commented 2 years ago

Can you also:

dafajon commented 2 years ago

Hello @Vitaee. Does the issue still persist?

Vitaee commented 2 years ago

Sorry for late reply.

I fix the issue with Anaconda. Thank you.