Coder Social home page Coder Social logo

Comments (3)

jeetsukumaran avatar jeetsukumaran commented on July 17, 2024

As a general tip, if you want to assess the currency of a project on GitHub, you could take look at the commits tab to get an idea of the volume and recency of commits. With DendroPy, you can see that there were a number of commits on the master branch a couple of weeks ago, and some on the development branch a few days ago, including a major end-use application (sumlabels). Whether this tempo indicates to you that the library has been discontinued is your call. On our side, I can say that as far as we know, the answer is "no".

To you installation issues. I tried installing DendroPy under Python 2.7 using pip on a fresh box, and faced no difficulties. Same with 3.4. The problem with 3.5 is that the master branch setup.py did not include that release of Python; this has been fixed in the development branch.

Looking at the stack trace, it seems that the problem is that your Python installation (through Anaconda) fails in the call to ``getlocale()''. If this is indeed the case, then the following should give you an error:

python -c "import locale; print(locale.getdefaultlocale())"

whereas it does not on pretty much any Python installation that I have access to. If you find the above gives you an error, then the problem is on your side of things. In particular, you have not set up the locale in your shell. See here for details (http://stackoverflow.com/a/15591007).

from dendropy.

RubenRBakker avatar RubenRBakker commented on July 17, 2024

Well thank you so much jeetsukumaran, it worked!

I am pretty new to programming. You're tips just helped me a lot, not just for installing DendroPy.

Thanks for taking the time out to comment on my message!

from dendropy.

jeetsukumaran avatar jeetsukumaran commented on July 17, 2024

No problem. Thanks for bringing the issue to our attention so it can be addressed.

For what it's worth, an undefined environment locale should not cause any issues with this fix: 25e8204 .

And, the anaconda installation failure requires that the upstream repository maintainer update on their end: http://stackoverflow.com/a/41651584/268330 .

from dendropy.

Related Issues (20)

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.