-
Notifications
You must be signed in to change notification settings - Fork 27
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
Package installs correctly without Cython, fails with Cython #131
Comments
Please check this behavior @andfoy |
@astrojuanlu, why are you using pip to install Pywinpty in Anaconda? |
@ccordoba12 I have no reason to do it at all :) I arrived here while I was debugging something else. |
I do not think @astrojuanlu is using Anaconda? |
In this particular case I was experimenting in a conda environment on
Windows, yes.
…On Tue, 12 May 2020, 19:18 Gonzalo Peña-Castellanos, < ***@***.***> wrote:
I do not think @astrojuanlu <https://github.com/astrojuanlu> is using
Anaconda?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACNIZOXO2EI2PT6PBDFZ4LRRGAG3ANCNFSM4M6YE45Q>
.
|
👍🏼 |
What happens if you use conda instead? With and without Cython, I mean? |
To be clear, my intention is not to install pywinpty using pip and sdists. There are wheels as well as conda packages, and I'm 99.99 % sure that these would work without problems. But clearly there's something wrong in So, perhaps this behavior is intended? In any case, I suppose that the "modern" way of specifying build-time dependencies is to place them in the |
Not entirely sure whether this issue is still persistent but I just encountered a similar problem. Creating a virtual environment with Python 3.8.3 venv on a 64-bit Windows 10 with Cython (0.29.21) preinstalled causes the following issue at the 'Running setup.py install for pywinpty':
Full Error
As previously mentioned, using a simple |
I am a bit puzzled about this behavior while installing pywinpty: apparently
pip install pywinpty
succeeds when Cython is not present, but it fails when it is.No Cython:
Cython:
The text was updated successfully, but these errors were encountered: