Re: pip install -e does not build shared libraries

2023-06-22 Thread Cebtenzzre via Python-list
It turns out that this is a scikit-build issue: https://github.com/scikit-build/scikit-build/issues/740 https://github.com/scikit-build/scikit-build/issues/939 https://github.com/scikit-build/scikit-build/issues/981 -- https://mail.python.org/mailman/listinfo/python-list

Re: pip install -e does not build shared libraries

2023-06-21 Thread Cebtenzzre via Python-list
On Wed, Jun 21, 2023 at 5:45 PM Cebtenzzre wrote: > In the case of bitsandbytes, there is no build folder generated at > all, just bitsandbytes.egg-info. This results in an error when I try > to import it, e.g. "CUDA SETUP: Required library version not found: > libbitsandbytes_cuda121_nocublaslt.s

pip install -e does not build shared libraries

2023-06-21 Thread Cebtenzzre via Python-list
When I try to use `pip install -e .` with llama-cpp-python or bitsandbytes, it doesn't build the shared libraries like `pip install .` does. In the case of llama-cpp-python, there is no _skbuild folder generated at all, just llama_cpp_python.egg-info. This results in an error when I try to i

Issues of pip install gdal and fiona

2022-03-06 Thread Shaozhong SHI
I downloaded .whl files for fiona and gdal to go with Python3.6.5. However, I am having trouble with red error messages. Though Gdal is now working, there is a warning message - Missing global ~ gdal: DRIVER_NAME declaration gdal_array,py Can anyone advise on how to resolve the issues? Regard

Having an issue with the command "pip install"

2021-12-19 Thread SS Sumve
Whenever I try to install any packages with “pip install”, I am getting an error. Traceback (most recent call last): File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File

Re: Why am I unable to using rsync to install modules and appear to have to use pip install instead?

2021-02-10 Thread Robert Nicholson
Ok this was due to an install of miniconda then choosing to unconditionally install an older version of cryptography. > On Feb 10, 2021, at 3:40 PM, Robert Nicholson > wrote: > > Just reinstalling cryptography with pip install seems to have fixed my issue. > > Any pointer

Re: Why am I unable to using rsync to install modules and appear to have to use pip install instead?

2021-02-10 Thread Robert Nicholson
Just reinstalling cryptography with pip install seems to have fixed my issue. Any pointers on why? > On Feb 10, 2021, at 3:21 PM, Robert Nicholson > wrote: > > I’m using Python 3.7.0 > > so I have multiple environments all on the same architecture with the same >

Why am I unable to using rsync to install modules and appear to have to use pip install instead?

2021-02-10 Thread Robert Nicholson
errors relating to dependencies of the cryptography module. Specifically Cannot import name ‘_get_backend’ these errors appear to have gone away if I actually use pip install cryptography==3.2.1 instead of using rsync from an existing install machine. why is this the case? -- https

Why I always have invalid error when using "pip install matplotlib" in Python 3.9

2020-11-27 Thread SONAHI
    Sent from [1]Mail for Windows 10   References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Your experience of backtacking during a pip install

2020-10-12 Thread Bernard Tyers - Sane UX Design
Hello there, The pip team is implementing some improvements to pip's output to deal with situations where, during a `pip install`, it needs to backtrack on package(s). To do this we need to make some decisions. We'd appreciate your input using this very short (1 question!) po

Re: Request help w/pip install jq

2020-07-19 Thread Mats Wichmann
On 7/19/20 11:42 AM, Dennis Lee Bieber wrote: > On Sun, 19 Jul 2020 10:39:09 -0600, Mats Wichmann > declaimed the following: > >> there is no mention of Windows at all, so the guess would be it's not >> supported. >> > There is a whole open "issue" for that... > > https://github.com/mwilli

Re: Request help w/pip install jq

2020-07-19 Thread MRAB
On 2020-07-19 17:39, Mats Wichmann wrote: On 7/19/20 8:46 AM, Ed Walser wrote: Hi all, I've tried installing jq several times in my local environment, but it fails, saying it can't find a file that pip downloads. Here is the entire pip output: (base) C:\Users\edwal>pip insta

Re: Request help w/pip install jq

2020-07-19 Thread Mats Wichmann
On 7/19/20 8:46 AM, Ed Walser wrote: > Hi all, > > I've tried installing jq several times in my local environment, but it > fails, saying it can't find a file that pip downloads. Here is the entire > pip output: > > (base) C:\Users\edwal>pip install jq Don&

Re: Request help w/pip install jq

2020-07-19 Thread MRAB
On 2020-07-19 15:46, Ed Walser wrote: Hi all, I've tried installing jq several times in my local environment, but it fails, saying it can't find a file that pip downloads. Here is the entire pip output: (base) C:\Users\edwal>pip install jq Collecting jq Downloading jq-1.0.2.

Request help w/pip install jq

2020-07-19 Thread Ed Walser
Hi all, I've tried installing jq several times in my local environment, but it fails, saying it can't find a file that pip downloads. Here is the entire pip output: (base) C:\Users\edwal>pip install jq Collecting jq Downloading jq-1.0.2.

Re: Error in PIP install packages

2020-06-08 Thread Souvik Dutta
Can you paste the complete error message that you got on running pip? Souvik flutter dev On Mon, Jun 8, 2020, 10:10 PM Devendra Dhond wrote: > R/sir, > > > > I am facing too much errors during pip installing. > > Deserialization error > > And much more in red errors. > > Pip upgrading error > >

Error in PIP install packages

2020-06-08 Thread Devendra Dhond
R/sir, I am facing too much errors during pip installing. Deserialization error And much more in red errors. Pip upgrading error Please help me out.. I want to uninstall complete python all pip and freshly download python and install various packages. Suggest me which version I need

Re: python -m pip install and pip install

2019-10-17 Thread Hongyi Zhao
On Fri, 11 Oct 2019 13:02:26 +0530, Pankaj Jangid wrote: > Oh! I wasn't aware of this Windows thing. Thanks. Windows is suck, don't use it at all. -- https://mail.python.org/mailman/listinfo/python-list

Re: python -m pip install and pip install

2019-10-17 Thread Hongyi Zhao
On Fri, 11 Oct 2019 07:35:23 +0300, אורי wrote: > When you upgrade pip, you have to write: > > python -m pip install --upgrade pip > > When you install or upgrade anything else, you can write "pip install". > > You can't upgrade pip using "pip insta

Re: python -m pip install and pip install

2019-10-11 Thread Pankaj Jangid
Chris Angelico writes: > ‪On Fri, Oct 11, 2019 at 3:37 PM ‫אורי‬‎ wrote:‬ >> >> When you upgrade pip, you have to write: >> >> python -m pip install --upgrade pip >> >> When you install or upgrade anything else, you can write "pip install"

Re: python -m pip install and pip install

2019-10-10 Thread Chris Angelico
‪On Fri, Oct 11, 2019 at 3:37 PM ‫אורי‬‎ wrote:‬ > > When you upgrade pip, you have to write: > > python -m pip install --upgrade pip > > When you install or upgrade anything else, you can write "pip install". > > You can't upgrade pip using "pip instal

Re: python -m pip install and pip install

2019-10-10 Thread אורי
When you upgrade pip, you have to write: python -m pip install --upgrade pip When you install or upgrade anything else, you can write "pip install". You can't upgrade pip using "pip install --upgrade pip". אורי u...@speedy.net On Mon, Oct 7, 2019 at 2:21 PM

Re: python -m pip install and pip install

2019-10-10 Thread Pankaj Jangid
Michael Torrie writes: > On 10/10/19 1:21 AM, Pankaj Jangid wrote: >> So the scripts will just work fine if you simply use ~import pip~ >> and work with it. >> >> Suppose you were writing bash scripts around python programs. Then >> what will be the behaviour of, >> >> pip2 install mod >> >> u

Re: python -m pip install and pip install

2019-10-10 Thread Michael Torrie
On 10/10/19 1:21 AM, Pankaj Jangid wrote: > So the scripts will just work fine if you simply use ~import pip~ > and work with it. > > Suppose you were writing bash scripts around python programs. Then > what will be the behaviour of, > > pip2 install mod > > under a python3 environment. If Pyth

Re: python -m pip install and pip install

2019-10-10 Thread Pankaj Jangid
ery good use-case is when you have both, python2 and python3 >> > >> installed. >> > >> python2 -m pip install mod >> > >> python3 -m pip install mod >> > >> will install the package in the corresponding PYTHONPATH. >> > >> >

Re: python -m pip install and pip install

2019-10-08 Thread Hongyi Zhao
Cameron Simpson 于2019年10月8日周二 下午12:25写道: > > On 08Oct2019 02:49, Hongyi Zhao wrote: > >On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote: > >> A very good use-case is when you have both, python2 and python3 > >> installed. > >> python2 -m pip inst

Re: python -m pip install and pip install

2019-10-08 Thread Hongyi Zhao
ython3 > > >> installed. > > >> python2 -m pip install mod > > >> python3 -m pip install mod > > >> will install the package in the corresponding PYTHONPATH. > > >> > > > > > >If so, why not just: > > >pip2 in

Re: python -m pip install and pip install

2019-10-07 Thread Cameron Simpson
On 08Oct2019 02:49, Hongyi Zhao wrote: On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote: A very good use-case is when you have both, python2 and python3 installed. python2 -m pip install mod python3 -m pip install mod will install the package in the corresponding PYTHONPATH. If so

Re: python -m pip install and pip install

2019-10-07 Thread Hongyi Zhao
On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote: > A very good use-case is when you have both, python2 and python3 > installed. > > python2 -m pip install mod If so, why not just: pip2 install mod > > and > > python3 -m pip install mod and using: pip

Re: python -m pip install and pip install

2019-10-07 Thread Pankaj Jangid
Hongyi Zhao writes: > Hi, > > What's the diff: > > python -m pip install mod > and > pip install mod A very good use-case is when you have both, python2 and python3 installed. python2 -m pip install mod and python3 -m pip install mod will install the package in th

Re: python -m pip install and pip install

2019-10-07 Thread Chris Angelico
On Mon, Oct 7, 2019 at 10:21 PM Hongyi Zhao wrote: > > Hi, > > What's the diff: > > python -m pip install mod > and > pip install mod I presume from your series of posts that you either do not have access to a web browser, or do not trust search engines, because

python -m pip install and pip install

2019-10-07 Thread Hongyi Zhao
Hi, What's the diff: python -m pip install mod and pip install mod -- https://mail.python.org/mailman/listinfo/python-list

"get_python_lib() :for pip install, data_files with get_python_lib() are copied with duplicate path name on ubuntu"

2019-04-08 Thread Saba Kauser
seen at : https://github.com/ibmdb/python-ibmdb/blob/master/IBM_DB/ibm_db/setup.py#L286 On: Distributor ID: Ubuntu Description:Ubuntu 16.04.3 LTS Release:16.04 Codename: xenial Pip install is copying files under a duplicate append of current site-package path. E.g: /work/skaus

RE: "Post install setup does not work as expected with pip install"

2019-03-13 Thread Saba Kauser
ot;, then the PostInstall operation is executed after the ibm_db.so is built and installed and I see the intended result. Howeever, when I run "pip install ibm_db" or "pip install .", the execution order looks like this: warnings.warn(notifyString) running install

Re: "Post install setup does not work as expected with pip install"

2019-03-12 Thread Peter Otten
python setup.py install", then the PostInstall > operation is executed after the ibm_db.so is built and installed and I see > the intended result. Howeever, when I run "pip install ibm_db" or "pip > install .", the execution order looks like this: > warnings.wa

"Post install setup does not work as expected with pip install"

2019-03-12 Thread Saba Kauser
all operation is executed after the ibm_db.so is built and installed and I see the intended result. Howeever, when I run "pip install ibm_db" or "pip install .", the execution order looks like this: warnings.warn(notifyString) running install in PostInstall wit

Re: Can pip install packages for all users (on a Linux system)?

2018-07-25 Thread John Ladasky
On Wednesday, July 25, 2018 at 7:15:35 AM UTC-7, Stephan Houben wrote: > Op 2018-07-24, John Ladasky schreef : > > I believe that I now have tensorflow 1.8 installed twice on my system, > > once for each user. If anyone can share how to convince pip to behave > > like Synaptic, I would appreciate

Re: Can pip install packages for all users (on a Linux system)?

2018-07-25 Thread Stephan Houben
Op 2018-07-24, John Ladasky schreef : > I believe that I now have tensorflow 1.8 installed twice on my system, > once for each user. If anyone can share how to convince pip to behave > like Synaptic, I would appreciate it. Thanks. I would recommend against using pip to install packages into the

Re: Can pip install packages for all users (on a Linux system)?

2018-07-24 Thread Wolfgang Maier
.8 on the secondary account fixed the problem. One possible explanation for your finding: user installs normally take precedence over system-wide installs both at import time and for pip (list, uninstall, etc.). So if you, or your users, have installed tensorflow 1.4.0 using pip install --user b

Can pip install packages for all users (on a Linux system)?

2018-07-24 Thread John Ladasky
I've been using "sudo pip3 install" to add packages from the PyPI repository. I have multiple user accounts on the computer in question. My goal is to install packages that are accessible to all user accounts. I know that using the Synaptic Package Manager in Ubuntu will install for all users

Re: PIP install

2018-05-11 Thread Sharan Basappa
On Saturday, 12 May 2018 08:32:04 UTC+5:30, MRAB wrote: > On 2018-05-12 03:47, Sharan Basappa wrote: > > I have installed Python recently. Do I need to install PIP separately or > > this would be part of default installation. When I run pip install <>, > > windows com

Re: PIP install

2018-05-11 Thread MRAB
On 2018-05-12 03:47, Sharan Basappa wrote: I have installed Python recently. Do I need to install PIP separately or this would be part of default installation. When I run pip install <>, windows complains that no such command exists That means that pip isn't on the Windows searc

PIP install

2018-05-11 Thread Sharan Basappa
I have installed Python recently. Do I need to install PIP separately or this would be part of default installation. When I run pip install <>, windows complains that no such command exists -- https://mail.python.org/mailman/listinfo/python-list

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-06 Thread breamoreboy
On Tuesday, January 3, 2017 at 8:08:37 PM UTC, Uri Even-Chen wrote: > Thank you, I'll consider to update our requirements to latest versions of > all packages. Last time I checked in 22th December 2016 and all our > requirements were the latest versions. In the meantime we can keep using > Python 3

Re: pip install -r requirements.txt fails with Python 3.6 on Windows

2017-01-05 Thread Terry Reedy
On 1/3/2017 3:07 PM, Uri Even-Chen wrote: > What are the reasons to upgrade Python to 3.6? The same as for any new version: New features -- see What's New in 3.6. New bug fixes. New performance improvements. Reasons against: The effort to make sure all dependencies are available for 3.6* Possibl

Re: pip install -r requirements.txt fails with Python 3.6 on Windows

2017-01-05 Thread Uri Even-Chen
Thank you, I'll consider to update our requirements to latest versions of all packages. Last time I checked in 22th December 2016 and all our requirements were the latest versions. In the meantime we can keep using Python 3.5. By the way, Travis CI tests passed with the same requirements and Pyt

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread Terry Reedy
On 1/3/2017 3:07 PM, Uri Even-Chen wrote: What are the reasons to upgrade Python to 3.6? The same as for any new version: New features -- see What's New in 3.6. New bug fixes. New performance improvements. Reasons against: The effort to make sure all dependencies are available for 3.6* Possib

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread breamoreboy
On Tuesday, January 3, 2017 at 8:08:37 PM UTC, Uri Even-Chen wrote: > Thank you, I'll consider to update our requirements to latest versions of > all packages. Last time I checked in 22th December 2016 and all our > requirements were the latest versions. In the meantime we can keep using > Python 3

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread Uri Even-Chen
Thank you, I'll consider to update our requirements to latest versions of all packages. Last time I checked in 22th December 2016 and all our requirements were the latest versions. In the meantime we can keep using Python 3.5. By the way, Travis CI tests passed with the same requirements and Python

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread INADA Naoki
illow==4.0.0. Pillow 4.0.0 provides binary wheel for Python 3.6, from 2017-01-02. https://pypi.python.org/pypi/Pillow/4.0.0 On Tue, Jan 3, 2017 at 10:19 PM, Uri Even-Chen wrote: > (.venv) C:\Uri\Speedy Net\Git\speedy-net [public]>pip install -r > requirements.txt > Requirement already

pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread Uri Even-Chen
(.venv) C:\Uri\Speedy Net\Git\speedy-net [public]>pip install -r requirements.txt Requirement already satisfied: Django==1.10.4 in c:\uri\speedy net\git\speedy-net [public]\.venv\lib\site-packages (from -r requirements.txt (line 2)) Requirement already satisfied: django-crispy-forms==1.6.1 i

Re: pip install failure for cryptography, gnureadline

2016-03-10 Thread dieter
Pietro Paolini writes: > ... > I am not really familiar with the Py subsystem, even though I have got some > guidance from some colleague, I am getting stuck when installing a list of > packages contained in a file, running such command : > > > pip install -r /home/

pip install failure for cryptography, gnureadline

2016-03-09 Thread Pietro Paolini
Hi everybody, I am not really familiar with the Py subsystem, even though I have got some guidance from some colleague, I am getting stuck when installing a list of packages contained in a file, running such command : pip install -r /home/pietro/projects/cloud-provisioning/requirements.txt

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-26 Thread eryk sun
On Sun, Jan 24, 2016 at 7:27 PM, Terry Reedy wrote: > > More specifically, / is not accepted in paths to be executed. It seems to be > generally accepted in path arguments, as in cd path, or > > C:\Users\Terry>C:\programs\python35\python.exe C:/programs/python34/tem.py An exception that comes to

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-24 Thread Terry Reedy
On 1/24/2016 5:35 PM, Larry Hudson via Python-list wrote: If the path string is typed directly into Windows where it is parsed by (whatever is the current equivalent of) command.com, forward slashes are NOT accepted. More specifically, / is not accepted in paths to be executed. It seems to be

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-24 Thread Larry Hudson via Python-list
On 01/23/2016 11:43 AM, Steve Petrie, P.Eng. wrote: [snip] I'm not sure what your exact problem is, but I can say that it isn't this; the Unix-style forward slash is perfectly legal under Windows (and it's even legal to mix and match). ChrisA I never knew that the forward slash is legal under

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-24 Thread Steve Petrie, P.Eng.
- Original Message - From: "Chris Angelico" To: "Steve Petrie, P.Eng." Cc: Sent: Saturday, January 23, 2016 2:56 PM Subject: Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3); In

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-24 Thread Steve Petrie, P.Eng.
Chris, Thanks for your response -- much appreciated. Please see my remarks embedded below. - Original Message - From: "Chris Angelico" To: "Steve Petrie, P.Eng." Cc: Sent: Saturday, January 23, 2016 10:14 AM Subject: Re: pip install mitmproxy - fails on watchd

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-24 Thread Chris Angelico
On Sun, Jan 24, 2016 at 8:12 PM, Steve Petrie, P.Eng. wrote: > I know what "upstream" means, in terms of: water flow in a river, or vehicle > flow on a highway, or data flow over a comms link. "upstream" is where a > moving particle was, earlier in time > > But my puzzlement is -- where is "upstre

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-23 Thread Chris Angelico
On Sun, Jan 24, 2016 at 6:43 AM, Steve Petrie, P.Eng. wrote: > In case other Windows XP "orphans" want to use mitmdump, here's what I > learned (via Google): > > I changed the bang line (wrapping the pathname in double quotes) in file > mitmdump-script.py: > > from: #!e:\a p p s\python27\python.

Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-23 Thread Chris Angelico
On Fri, Jan 22, 2016 at 3:40 AM, Steve Petrie, P.Eng. wrote: > In both failure cases, it looks to me like there is a bug in the pip logic, > that is using a *nix forward slash "/" instead of a double backslash "\\" > before the file name "make.bat". I'm not sure what your exact problem is, but I

pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

2016-01-23 Thread Steve Petrie, P.Eng.
v.1500 32 bit (Intel)] on win32 * * * * * * I'm using the following command in a Win XP cmd.exe shell (not the Python shell) to install mitmproxy: pip install mitmproxy The first install attempt failed, ending with some diagnostics displayed in the Win XP cmd.exe shell window:

'pip install nose' fails on python3 virtualenv

2015-02-08 Thread Fabien
Folks, I couldn't find any info on this problem online: Linux Mint Python 3.3 virtualenv (12.0.7) pip (6.0.8) setuptools (12.0.5) (testpy3)mowglie@flappi ~ $ pip install nose Collecting nose Exception: Traceback (most recent call last): File "/home/mowglie/.pyvirtualenvs/t

Re: What does "pip install" do?

2015-01-14 Thread Ben Finney
pip.pypa.io/en/latest/user_guide.html), > "python-packaging-user-guide" > (http://python-packaging-user-guide.readthedocs.org/en/latest/installing.html) Why, though? The point of an end-user program is that an end-user should not need to be bothered by what it does internally, only what the obser

Re: What does "pip install" do?

2015-01-13 Thread Chris Angelico
On Tue, Jan 13, 2015 at 6:51 PM, Fabien wrote: > Thanks Chris. I should then rephrase my question to "what does python > setup.pt do?" ;-). My point was also that I think that this information > (mostly: what will change on my system or my virtual env when I install a > python package?) could/shou

Re: What does "pip install" do?

2015-01-12 Thread Fabien
On 12.01.2015 23:46, Chris Angelico wrote: On Tue, Jan 13, 2015 at 9:35 AM, Fabien wrote: >BUT I'm still asking myself: what does "pip install"*concretely* do on my >virtual environment? As far as I know, it's equivalent to three steps: 1) Download the appropriate

Re: What does "pip install" do?

2015-01-12 Thread Chris Angelico
> BUT I'm still asking myself: what does "pip install" *concretely* do on my > virtual environment? As far as I know, it's equivalent to three steps: 1) Download the appropriate version of a package (the latest, if you didn't say otherwise) 2) Extract that package 3

What does "pip install" do?

2015-01-12 Thread Fabien
Folks, I've learned a lot today about python packaging and stuff, thanks to a couple of good websites. I've learned how to install a package from PyPi with pip, choose which version, upgrade it, uninstall it, use virtualenv, BUT I'm still asking myself: what does "pip i

pip Install errors for bcrypt on OSX 10.10 Yosemite

2014-11-11 Thread Michael Weems
$ sudo pip install bcrypt Downloading/unpacking bcrypt Downloading bcrypt-1.0.2.tar.gz (40kB): 40kB downloaded Running setup.py (path:/private/tmp/pip_build_root/bcrypt/setup.py) egg_info for package bcrypt Package libffi was not found in the pkg-config search path. Perhaps you should

pip install virtualenvwrapper complaining there's no module named "core"

2014-09-26 Thread Tim Chase
I'm at a bit of a loss trying to figure out where this mysterious "core" module is. FWIW, this is a hosted server where "python" is 2.4, but 2.6 is available if named. Full steps were as follows: 1) Pull down "get-pip.py" as directed wget https://raw.github.com/pypa/pip/master/contrib/get-pip.p

Re: pip install PyOpenGL have problem

2014-09-08 Thread Michael Torrie
On 09/08/2014 08:18 PM, Michael Torrie wrote: > On 09/06/2014 11:15 PM, วรรณพงษ์ ภัททิยไพบูลย์ wrote: >> pip install -U PyOpenGL PyOpenGL_accelerate >> :( > > I don't recognize that particular error message... > > If you require assistance you need to co

Re: pip install PyOpenGL have problem

2014-09-08 Thread Michael Torrie
On 09/06/2014 11:15 PM, วรรณพงษ์ ภัททิยไพบูลย์ wrote: > pip install -U PyOpenGL PyOpenGL_accelerate > :( I don't recognize that particular error message... If you require assistance you need to copy and paste the output from the command so people can know exactly what failed.

Re: pip install PyOpenGL have problem

2014-09-06 Thread วรรณพงษ์ ภัททิยไพบูลย์
เมื่อ วันอาทิตย์ที่ 7 กันยายน ค.ศ. 2014, 12 นาฬิกา 8 นาที 34 วินาที UTC+7, วรรณพงษ์ ภัททิยไพบูลย์ เขียนว่า: > I using Windows 8.1 64 Bit. Python 3.4.1 32 Bit. > > I want to install the PyOpenGL. By http://pyopengl.sourceforge.net/. > > > > pip install PyOpenGL have

pip install PyOpenGL have problem

2014-09-06 Thread วรรณพงษ์ ภัททิยไพบูลย์
I using Windows 8.1 64 Bit. Python 3.4.1 32 Bit. I want to install the PyOpenGL. By http://pyopengl.sourceforge.net/. pip install PyOpenGL have problem I using pip but have problem. pip Log https://gist.github.com/wannaphongcom/aa037e92368b61495be6 -- https://mail.python.org/mailman/listinfo

Re: Strange Error with pip install.

2014-07-25 Thread dieter
Bruce Whealton writes: > I am using Windows 8.1 (I do have a linux box setup with virtualbox > also) and I've used python previously but now it is giving me problems > whenever I try to install anything from PyPI using pip. The error I get from > the command line is > "Cannot fetch ind

Strange Error with pip install.

2014-07-25 Thread Bruce Whealton
ngo stack. Does anyone have any suggestions about this problem I am having using pip install inside Windows (Windows 8, if that matters)? Thanks in advance, Bruce -- https://mail.python.org/mailman/listinfo/python-list

pip install pygeoip

2013-11-17 Thread Nikos
== root@secure [~/distribute-0.6.49]# pip install pygeoip Downloading/unpacking pygeoip Downloading pygeoip-0.3.0.tar.gz (97kB): 97kB downloaded Running setup.py egg_info for package pygeoip Traceback (most recent call last): File ""

pip install pygeoip

2013-11-17 Thread Nikos
== root@secure [~/distribute-0.6.49]# pip install pygeoip Downloading/unpacking pygeoip Downloading pygeoip-0.3.0.tar.gz (97kB): 97kB downloaded Running setup.py egg_info for package pygeoip Traceback (most recent call last): File ""

pip install pygeoip

2013-11-17 Thread Nikos
== root@secure [~/distribute-0.6.49]# pip install pygeoip Downloading/unpacking pygeoip Downloading pygeoip-0.3.0.tar.gz (97kB): 97kB downloaded Running setup.py egg_info for package pygeoip Traceback (most recent call last): File ""

pip install pygeoip

2013-11-17 Thread Nikos
== root@secure [~/distribute-0.6.49]# pip install pygeoip Downloading/unpacking pygeoip Downloading pygeoip-0.3.0.tar.gz (97kB): 97kB downloaded Running setup.py egg_info for package pygeoip Traceback (most recent call last): File ""

pip install pygeoip

2013-11-17 Thread Nikos
== root@secure [~/distribute-0.6.49]# pip install pygeoip Downloading/unpacking pygeoip Downloading pygeoip-0.3.0.tar.gz (97kB): 97kB downloaded Running setup.py egg_info for package pygeoip Traceback (most recent call last): File ""

Pip install failing with HTTP 304 (Not Modified)

2013-06-14 Thread jcdyer78
We have a jenkins server that has recently had a number of erratically failing builds (of python projects) when trying to pip install requirements. The errors look like: + /var/lib/jenkins/jobs/ee/workspace/virtualenv/bin/pip install --environment=/var/lib/jenkins/jobs/ee/workspace

"pip install PySide" fails from local Python installs

2013-04-07 Thread austinmatherne
I've used pythonbrew, pythonz, and pyenv to install CPython 3.3.1, but all of them give me the same error when running "pip install PySide": error: Failed to locate the Python library /home/.../lib/libpython3.3m.so Is this a problem with PySide, or with the various local Python

Re: How to run a setup command with 'pip install'?

2011-08-25 Thread Andrei
'pip install pyrex' solved the problem (credit to @jezdez) -- http://mail.python.org/mailman/listinfo/python-list

How to run a setup command with 'pip install'?

2011-08-25 Thread Andrei
Hello, I have a trouble installing the DMSL package with pip. The package doesn't have *.c files, which must be produced with Cython by 'pyhton setup.py build_ext' command. How do I run it with 'pip install'? Please see http://stackoverflow.com/questions/7189336/ for

pip install, permission problem

2011-03-16 Thread Jabba Laci
Hi, I'm trying to install a pypi package with pip. The installation is done, but the permissions are not set correctly, thus I cannot import it as a normal user. Example: sudo pip install termcolor /usr/local/lib/python2.6/dist-packages/termcolor.py is created with permissions 600 I can

Re: How can pip install a GitHub code drop?

2009-11-15 Thread Wolodja Wentland
it#egg=Kozmiq err... pip install -e git+git://github.com/Phlip/Kozmiq.git#egg=Kozmiq ^^^ ^^^ Hope it works -- .''`. Wolodja Wentland : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36

Re: How can pip install a GitHub code drop?

2009-11-15 Thread Wolodja Wentland
On Sun, Nov 15, 2009 at 09:16 -0800, Phlip wrote: > How can I point pip at the repo to install the library? > sudo pip -e git+git://github.com/Phlip/Kozmiq.git Make that: pip -e git+git://github.com/Phlip/Kozmiq.git#egg=Kozmiq and (preferably) don't install into system paths ;-) kind regards

How can pip install a GitHub code drop?

2009-11-15 Thread Phlip
Not Hyp: Suppose I have a Python library, complete with a respectable setup.py. How can I point pip at the repo to install the library? if I use this... sudo pip -e git+git://github.com/Phlip/Kozmiq.git ...I get an editable drop in a ~/src/ folder. -- Phlip http://c2.com/cgi/wiki?ZeekLand