-
Notifications
You must be signed in to change notification settings - Fork 337
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
"rez-pip -i ptvsd" produces bad package #821
Comments
@AndreasWetteborn by curiosity, do you have the logs from your |
Added logs below.
|
Seems to work fine with rez 2.50.0.
|
I manage to replicate the failure on a clean CentOS 7 Docker container with rez 2.52.1 here even if I try installing The test checks versions from 2.28 to 2.52, Looks like for installing |
@AndreasWetteborn I had a go at it today, turns out
This is basically messing up in src/rez/pip.py:pip_install_package() where it thinks the Typically for other PyPi packages, their
|
Juts an FYI, I don't get this. Perhaps it's platform related (I'm on linux Cent7) |
Running the following command
rez-pip --python-version 2.7 -i ptvsd
runs successfully but the package created is empty, only the dist-info folder is present, not the actual module. Installing it with pip in an venv works as expected so seems to be rez related.Package created looks like this:
Interestingly it works correctly with python3
rez-pip --python-version 3.7 -i ptvsd
.To test run the following. It should work, but is giving an
ImportError: No module named ptvsd
error.Test with rez-version 2.49.0 (and 2.47.2) on CentOS-7.5 and python-2.7
The text was updated successfully, but these errors were encountered: