Giter Site home page Giter Site logo

pip install about turkish-deasciifier HOT 4 CLOSED

 avatar commented on May 18, 2024 1
pip install

from turkish-deasciifier.

Comments (4)

 avatar commented on May 18, 2024 1

Python3 ile çelişen kodları Python3'e çevirerek durumu düzelttim. Pull request yolladım.

from turkish-deasciifier.

emres avatar emres commented on May 18, 2024

Merhaba,

Sanırım problemin kaynağı şu adrestekine benzer bir durum:

Başka bir deyişle, except OSError, e yerine except OSError as e yazmak problemi çözebilir.

Şu anda maalesef çok vaktim yok ama siz benim kod deposunu "fork" edip, kendi "fork" ettiğiniz depoda bahsettiğim değişikliği yapıp, bu değişikliği içeren kendi deponuzu kullanarak benzer bir pip install testi yapıp çalıştığından emin olursanız bana bir Pull Request gönderebilirsiniz GitHub üzerinden, böylece ben de bu değişikliği ekleyebilirim sisteme kolayca.

from turkish-deasciifier.

emres avatar emres commented on May 18, 2024

Ek açıklama: yukarıda verilmiş olan bağlantıda üstü örtülü olarak belirtilmiş ama açıkça yazalım, problem Python 2'de geçerli olan söz diziminin Python 3'te kabul görmemesi:

Ve:

Python 3.0 will only support the use of “as”, and therefore interprets the first example as catching two different exceptions. Python 2.6 supports both the comma and “as”, so existing code will continue to work. We therefore suggest using “as” when writing new Python code that will only be executed with 2.6.

Yani sizin ortamınızda varsayılan ('default') Python sürümü 3.x serisi ise, bu problem ortaya çıkıyor.

from turkish-deasciifier.

emres avatar emres commented on May 18, 2024

Vakit ayırıp katkıda bulunduğunuz için çok teşekkürler! "Pull Request"i test ettim ve kabul ettim, pip install git+https://github.com/emres/turkish-deasciifier.git düzgün çalışıyor.

Ayrıca README.md'ye Python 3 örneği eklediğiniz için teşekkürler!

from turkish-deasciifier.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.