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
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
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
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
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
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
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
>
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
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
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
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
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
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&
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.
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.
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
>
>
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
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
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
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"
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
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
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
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
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.
>> > >>
>
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
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
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
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
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
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
Hi,
What's the diff:
python -m pip install mod
and
pip install mod
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
.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
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
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
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
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
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
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
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
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
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
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
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
(.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
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/
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
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
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
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
- 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
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
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
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.
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
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:
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
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
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
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
> 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
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
$ 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
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
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
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.
เมื่อ วันอาทิตย์ที่ 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
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
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
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
==
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 ""
==
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 ""
==
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 ""
==
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 ""
==
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 ""
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
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
'pip install pyrex' solved the problem (credit to @jezdez)
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
89 matches
Mail list logo