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

Provide source code on PyPI #58

Open
asdf8601 opened this issue Mar 11, 2021 · 1 comment
Open

Provide source code on PyPI #58

asdf8601 opened this issue Mar 11, 2021 · 1 comment

Comments

@asdf8601
Copy link

asdf8601 commented Mar 11, 2021

I'm wondering if it's possible to include the source code on PyPI. I could check that this project deals with python=>3.5 (which may cause problems with lastest numpy versions), and I think that it would be nice to have the source code available on PyPI for those cases where aren't python==3.7 (for example, the specific case when I need mkl-ffi==1.2.0 on python==3.6):

Links

@gdubicki
Copy link

If I am reading this issue right, it is still valid, although the wheel versions have changed. For example, the current latest v1.3.8 is only available as wheels for Python 3.9 and 3.10 on Linux and Windows:

$ lynx --dump  https://pypi.org/simple/mkl-fft/ | grep "1.3.8"
   [73]mkl_fft-1.3.8-70-cp310-cp310-manylinux2014_x86_64.whl
   [74]mkl_fft-1.3.8-70-cp310-cp310-win_amd64.whl
   [75]mkl_fft-1.3.8-70-cp39-cp39-manylinux2014_x86_64.whl
   [76]mkl_fft-1.3.8-70-cp39-cp39-win_amd64.whl
  73. https://files.pythonhosted.org/packages/f5/20/6eef8c59d63043da6a8339be7afb60f9b9ead43470efe28e29b38ff9e38b/mkl_fft-1.3.8-70-cp310-cp310-manylinux2014_x86_64.whl#sha256=1640b75a5d47bb99c944815f0e349e9f27d9a107ae1c83a4ea3a7726f118a085
  74. https://files.pythonhosted.org/packages/e8/39/caa373695ed95a9f78e99f53c4a4fbff86784f56161b0a4b0abc93e31b79/mkl_fft-1.3.8-70-cp310-cp310-win_amd64.whl#sha256=32260b4f802fc5185ead67a032e844809638cfd44c1b4b76e908cd74d2f84926
  75. https://files.pythonhosted.org/packages/e1/84/d5da4cbaea6e9961ac81e84e769213e84af105d5c5a04061c232ee0d577b/mkl_fft-1.3.8-70-cp39-cp39-manylinux2014_x86_64.whl#sha256=2b77d42a808d7e789eae0f5a5436c37e7979c24ffe83a559c8c62c591d00b7a5
  76. https://files.pythonhosted.org/packages/6e/71/23a25b0bddef29eb84a7e948d1092618894e4211ef937f61f4a7444153f2/mkl_fft-1.3.8-70-cp39-cp39-win_amd64.whl#sha256=01bc0c9df42c18d8e25f633497b9ecf81088d8dadd39c7917fe105d3e219c124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants