Code Monkey home page Code Monkey logo

Comments (6)

EdwardLab avatar EdwardLab commented on July 25, 2024 1

okay, I will build the new release later

from binpython.

c-sanchez avatar c-sanchez commented on July 25, 2024 1

Oh, don't worry, really thank you very much for making BINPython, It's great to be able to use Python without having to install it heh.

from binpython.

EdwardLab avatar EdwardLab commented on July 25, 2024 1

Hi! Here is the latest release: https://github.com/xingyujie/binpython/releases/tag/0.46

from binpython.

c-sanchez avatar c-sanchez commented on July 25, 2024 1

Nice, thank you so much! :D

By the way, is it possible to use pip in binpython?
It would be great to be able to install packages and keep them in a folder along with binpython, although I don't really know how that works with python and if it is possible.

from binpython.

EdwardLab avatar EdwardLab commented on July 25, 2024

I'm Sorry, I had an error when upgrading Python. Because I'm too tired from school, I will build a new version of binpython next week. Thank you :D

from binpython.

EdwardLab avatar EdwardLab commented on July 25, 2024

We have done a lot of research and attempts. Unfortunately, for now, it is not possible. If you want to add pypi into BINPython, we need to modify a large of pip source code, and it is also difficult to implement it. If you have multiple versions of Python on your computer, no matter which copy you use pip in, pip will only install it into the default Python PATH (the absolute path is hard-coded in the pip code) (even in the standard version Python, running multiple pips also need modifying the source code), and pip is a separate binary program and cannot be fully integrated into binpython. However, maybe we might be able to find other ways to run pip in the future. Anyway, for now, it's difficult to run pip in BINPython. The best way is to build BINPython yourself and add the desired libraries. It is very simple and easy. I will upload a video on YouTube to do this. :D

from binpython.

Related Issues (7)

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.