Skip to content
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

Support environment for other architecture #2078

Closed
shvilime opened this issue Jul 4, 2023 · 0 comments · Fixed by #2080
Closed

Support environment for other architecture #2078

shvilime opened this issue Jul 4, 2023 · 0 comments · Fixed by #2080
Assignees
Labels
⭐ enhancement Improvements for existing features

Comments

@shvilime
Copy link

shvilime commented Jul 4, 2023

I use pdm at my ubuntu x86_64 platform.
pdm was installed wit command curl -sSL https://pdm.fming.dev/dev/install-pdm.py | python3 -
Also, I have at this computer python, compiled for other i686 platform.
I use the next sequence of command to build venv in my project, that included psutil 5.9.2 package.

pdm venv create -w venv --with-pip /usr/local/xxx/i686-pc-linux-gnu/usr/bin/python3.9
pdm sync

In a result I got psutil for platform x86_64 that is different with python platform in venv.
If I'll use pip for instal psutil with this command

pdm run pip install psutil==5.9.2

I receive installed psutil for platform i686 as I expected.
Is it possible to update pdm's resolving system for taking into account the python architecture in venv?

@shvilime shvilime added the ⭐ enhancement Improvements for existing features label Jul 4, 2023
@frostming frostming self-assigned this Jul 5, 2023
frostming added a commit that referenced this issue Jul 5, 2023
Fixes #2078

Signed-off-by: Frost Ming <me@frostming.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐ enhancement Improvements for existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants