Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New python version build? #14

Open
c-sanchez opened this issue Oct 25, 2023 · 6 comments
Open

New python version build? #14

c-sanchez opened this issue Oct 25, 2023 · 6 comments

Comments

@c-sanchez
Copy link

Please share updated binpython binaries to the current version of Python, 3.12.0

@EdwardLab
Copy link
Owner

okay, I will build the new release later

@EdwardLab
Copy link
Owner

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

@c-sanchez
Copy link
Author

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.

@EdwardLab
Copy link
Owner

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

@c-sanchez
Copy link
Author

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.

@EdwardLab
Copy link
Owner

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants