- install twine dependency failed?
cryptography
–install-headers var/lib/go-agent/pipelines/wells.venv/include/site/python3.5/cryptography” failed with error code 1 in tmp/pip-build-jmametaf/cryptography
it requires gcc, which I don’t have on server.
- try run twine using docker.
- python-wells for python2.
- distribute on apt.emacsos.com
- test it on s01 VM.
- dev
- how to tell fpm to build for python3? –python-bin python3
- how to use usr/lib/python2.7/dist-packages?
default is usr/local/lib/python2.7/dist-packages
python -c ‘from distutils.sysconfig import get_python_lib; print get_python_lib()’ –python-install-lib /usr/lib/python2.7/dist-packages –python-install-lib /usr/lib/python3/dist-packages
- LGPL or Apache2 License
- I want the code changes to the lib to be free. the software that uses the lib can be non-free.
- problems
- use fixed pytest version for py27 env. latest doesn’t install.
pylint requires Python ‘>=3.4.*’ but the running Python is 2.7.13
https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
fix local tox.ini fix .travis.yml
- use fixed pytest version for py27 env. latest doesn’t install.
pylint requires Python ‘>=3.4.*’ but the running Python is 2.7.13