Re: pip install (python3) requires some development libraries

2019-03-31 Thread Kent Watsen
> You are bypassing [OpenBSD] packages by using pip True, but it's not "me" so much as the open source moinmoin wiki project. I think, perhaps, on purpose, because it's a pure-Python release that uses `virtualenv` (and `tox`, for devs) to maximize portability (it runs on all Unix and Windows).

Re: pip install (python3) requires some development libraries

2019-03-31 Thread Stuart Henderson
On 2019/03/31 20:28, Kent Watsen wrote: > [CC-ing Remi, "python2.7" package maintainer] > [Stuart, already CC-ed, is maintainer of the "openldap-client" package] > > The subject line of this email says "python3", but the same issue occurs > with python2.7 (this on OpenBSD 6.4). > > I filed an rep

Re: pip install (python3) requires some development libraries

2019-03-31 Thread Kent Watsen
[CC-ing Remi, "python2.7" package maintainer] [Stuart, already CC-ed, is maintainer of the "openldap-client" package] The subject line of this email says "python3", but the same issue occurs with python2.7 (this on OpenBSD 6.4). I filed an report for the broken `pip install python-ldap` issue (te

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
Thank you very much! Your advice is really much easier to remember for me as I am not a big programmer. --  Best regards Maksim Rodin 27.08.2018, 16:09, "Stuart Henderson" : > On 2018/08/27 15:43, Максим wrote: >>  I manually downloaded the python-ldap-3.1.0.tar.gz archive (this packet is >> a

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
That did the trick. The command "env CFLAGS="${CFLAGS} -I/usr/local/include" pip install django-auth-ldap" did install all needed packets. I hardly would have get to it by myself. Thank you very much! --  Best Regards Maksim Rodin 27.08.2018, 15:40, "Remco" : > Op 08/27/18 om 12:09 schreef Максим

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
I manually downloaded the python-ldap-3.1.0.tar.gz archive (this packet is a dependencywhich gives that error).unpacked it and ran python setup.py build.The same error:"running buildrunning build_pyrunning egg_infowriting Lib/python_ldap.egg-info/PKG-INFOwriting dependency_links to Lib/python_ldap.

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Stuart Henderson
On 2018/08/27 15:43, Максим wrote: > I manually downloaded the python-ldap-3.1.0.tar.gz archive (this packet is a > dependency > which gives that error). > > unpacked it and ran python setup.py build. > The same error: > "running build > running build_py > running egg_info > writing Lib/python_ld

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Remco
Op 08/27/18 om 12:09 schreef Максим: Sorry, I was wrong. There is a file "lber.h" on the system (/usr/local/include/lber.h) But the installer doesn't seem to know where to find it. So the question remains. -- Maksim Rodin Maybe you need to use the CFLAGS -I option to include /usr/local/includ

Re: pip install (python3) requires some development libraries

2018-08-27 Thread flipchan
Try manually downloading it from pypi.python.org and running Python setup.py build and Python setup.py install On August 27, 2018 10:09:48 AM UTC, "Максим" wrote: >Sorry, I was wrong. >There is a file "lber.h" on the system (/usr/local/include/lber.h) >But the installer doesn't seem to know wher

Re: pip install (python3) requires some development libraries

2018-08-27 Thread flipchan
Are u using pip3 and not pip2? On August 27, 2018 6:00:37 AM UTC, "Максим" wrote: >Hello. >I'm trying to install some django components, which >require development libraries be installed on the system to >successfully compile. >If it goes about Ubuntu I understand that I have to install >somethin

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
Sorry, I was wrong. There is a file "lber.h" on the system (/usr/local/include/lber.h) But the installer doesn't seem to know where to find it. So the question remains. --  Maksim Rodin 27.08.2018, 11:52, "Stuart Henderson" : > On 2018-08-27, Максим wrote: >>  Hello. >>  I'm trying to install s

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
No, that didn't do the trick. Openldap-client was already installed from packages. It says on the home page of django-auth-ldap: "You’ll need the OpenLDAP libraries and headers available on your system" I don't think the openldap-client package itself installs its headers as well. --  Maksim Rodin

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Stuart Henderson
On 2018-08-27, Максим wrote: > Hello. > I'm trying to install some django components, which > require development libraries be installed on the system to > successfully compile. > If it goes about Ubuntu I understand that I have to install > something like "packet-dev" with the command > "sudo apt