Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Blocks is not stable #28

Open
foxx opened this issue Dec 16, 2015 · 3 comments
Open

Blocks is not stable #28

foxx opened this issue Dec 16, 2015 · 3 comments

Comments

@foxx
Copy link

foxx commented Dec 16, 2015

Upon trying to use blocks, I encountered many compatibility problems when trying to get Python 3.3 to work, even when using virtualenv. And when it did finally work, there were numerous other problems such as missing libraries and syntax problems, too many to list here. Even on a clean install of Ubuntu 14.04, it required dev libraries which actually caused apt conflicts.

Are there any plans to improve the stability of block by releasing it as a single, static binary? Or, at the very least, package it together with the correct libraries included?

@g2p
Copy link
Owner

g2p commented Dec 16, 2015

You're meant to follow the instructions in the README, which involve either the provided requirements.txt or a PPA. This program can't be shipped as a single binary. Which method gave you trouble?

@foxx
Copy link
Author

foxx commented Dec 17, 2015

Following the instructions in README on a clean Ubuntu 14.04.3 did not work. Attempting to patch it up manually also resulted in problems (with libaugeas causing the most issues). This can be reproduced very quickly (~5 min) on an Ubuntu 14.04.3 64bit DigitalOcean box.

There are actually ways to ship as a single static binary, for example PyInstaller. Also Python 3.3 is considered deprecated, and now receives only security updates, are there any potential problems with upgrading to 3.4? (lib compatibility issues etc?). I had given up trying to get this tool working before attempting it.

@bjmgeek
Copy link

bjmgeek commented Jun 26, 2018

#14 is for adding adding Python3.4 support.

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

No branches or pull requests

3 participants