Code Monkey home page Code Monkey logo

Comments (1)

novoid avatar novoid commented on June 11, 2024

Hi @mpatca,

Thanks for the question.

It's been a while since I took a look at the research framework tagstore because I'm using a different method in my private life.

Somehow, there is no requirements.txt defining the requirements. That's bad habbit. Sorry for that.

When I take a look at https://github.com/novoid/tagstore/blob/master/tagstore.py it states #!/usr/bin/env python which - I guess - lets the OS decide which Python version to use if Python 2 and 3 are installed in parallel.

The Readme mentions Python 2 in an example so I'm afraid that tagstore never got migrated to Python 3 and I don't know how much effort this requires. You can try to apply 2to3 to all py-files and see if that helps without further manual fixes.

If you do have Python 2 and you want to make sure that tagstore is using Python 2, you can change all shebangs of all py-files from #!/usr/bin/env python to #!/usr/bin/env python2. That should do fine without much changes.

I don't know the answer to your original question: if you'd need to uninstall a Python version on Windows before using tagstore. If so, you'd need to uninstall Python 3 which would be a shame since Python 2 is depricated in the meantime.

I'm closing that issue for the moment - you might continue posting your experience here.

from tagstore.

Related Issues (2)

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.