-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
pyarrow error on FreeBSD 13.2 #6133
Comments
You are getting cmake errors trying to build one of your dependencies -- I don't believe its a pipenv error. Are you able to build it fine via pip? |
yes... The real problem is that pipenv tries to build pyarrow, even though pyarrow already exists on the system and you explicitly include "--site-packages". [host01@flex: |
@matteius any ideas? |
@ucola when you first create your pipenv virtualenv, what is the command you use to instantiate it? Meaning, do you somewhere pass in a |
hi @matteius
|
Same problem here, with FreeBSD 14.1 |
I believe this is resolved on |
I have update to 2024.2.0 but not working, any idea whys?
{'implementation_name': 'cpython',
|
We haven't released this branch yet, but could you give it a whirl: #6282 |
@matteius any plans for the release? |
@matteius I have test it with: pip install --user git+https://github.com/pypa/pipenv.git@issue-6281 but also not working...
{'implementation_name': 'cpython',
|
@ucola Does running with |
see the output bellow... hope they helps
|
Hmmm, I don't believe the pip resolver ever could resolve against already installed packages and would have to build the wheel, but if you are just trying to install packages, and have |
If I try pipenv install --site-packages --deploy --verbose
and if i try this bellow with 2024.3.0, i got the error bellow
any idea why and how to resolve them? |
Issue description
We want to use pipenv on FreeBSD 13.2 but get some errors on installation.
Expected result
The error on installation
ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects
Steps to replicate
We have the Pipenv file bellow
We use the command bellow
pipenv install --site-packages
We have installed pyarrow on the following pathes
The install output is bellow
pipenv --support
$ pipenv --support
Pipenv version:
'2023.12.1'
Pipenv location:
'/home/host01/.local/lib/python3.9/site-packages/pipenv'
Python location:
'/usr/local/bin/python3.9'
OS Name:
'posix'
User pip version:
'23.3.2'
user Python installations found:
PEP 508 Information:
System environment variables:
SHELL
LSCOLORS
PHPRC
EDITOR
PWD
LOGNAME
HOME
LANG
LS_COLORS
CLICOLOR
SSH_CONNECTION
PROFILE_WAS_SOURCED
TERM
USER
VISUAL
SHLVL
PAGER
GIT_CEILING_DIRECTORIES
MM_CHARSET
SSH_CLIENT
PATH
BLOCKSIZE
MAIL
SSH_TTY
_
OLDPWD
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/host01/.cargo/bin:/home/host01/.local/bin:/home/host01/bin:/usr/local/php81/bin:/home/host01/.npm-packages/bin:/home/host01/.composer/vendor/bin:/bin:/usr/local/node18/bin/:/home/host01/npm_modules/node_modules/.bin:/usr/local/bin:/usr/bin:/bin
SHELL
:/usr/local/bin/bash
EDITOR
:vim
LANG
:en_US.UTF-8
PWD
:/home/host01/tmp_pipenv
Contents of
Pipfile
('/home/host01/tmp_pipenv/Pipfile'):Contents of
Pipfile.lock
('/home/host01/tmp_pipenv/Pipfile.lock'):The text was updated successfully, but these errors were encountered: