-
Notifications
You must be signed in to change notification settings - Fork 121
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
Windows: Python 2.7 library not found when installed in virtualenv #119
Comments
Since pytest-plugins maintainers have not yet create a new release including the latest fixes for windows and python 3, the pytest plugins related to "pytest-virtualenv" are installed from source. For more details: https://gist.github.com/jcfr/19a360f541b5caae5f31ac31c83e4f65 See #119
Since pytest-plugins maintainers have not yet create a new release including the latest fixes for windows and python 3, the pytest plugins related to "pytest-virtualenv" are installed from source. For more details: https://gist.github.com/jcfr/19a360f541b5caae5f31ac31c83e4f65 See #119
Since pytest-plugins maintainers have not yet create a new release including the latest fixes for windows and python 3, the pytest plugins related to "pytest-virtualenv" are installed from source. For more details: https://gist.github.com/jcfr/19a360f541b5caae5f31ac31c83e4f65 See #119
Since pytest-plugins maintainers have not yet create a new release including the latest fixes for windows and python 3, the pytest plugins related to "pytest-virtualenv" are installed from source. For more details: https://gist.github.com/jcfr/19a360f541b5caae5f31ac31c83e4f65 See #119
@msmolens I am not able to reproduce the issue (using pytest-virtualenv), do you have a set of steps allowing to recreate the problem ? |
I have not tried pytest-virtualenv, but I can reproduce this with a manually-created virtualenv using the following steps:
|
For reference, a patch to fix virtualenv has been submitted as pypa/virtualenv#992 |
The fix consisted in updating Indeed, the Alternatively, integrating pypa/virtualenv#992 into upstream |
Fixed by aa51be5 |
On Windows/Python2.7 with scikit-build installed in a virtualenv,
cmaker.get_python_library()
doesn't find python27.lib.The text was updated successfully, but these errors were encountered: