-
Notifications
You must be signed in to change notification settings - Fork 8
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
extractcode-libarchive (3.5.1.210122) and extractcode-7z (16.5.210122) not available for macosx_11_0_x86_64 #4
Comments
Downloading manually the wheels from PyPi, renaming from 10_13 to 11_0 works (and scancode works perfectly). Why could it be so? |
Great catch and that's a sleek fix! 🙇
I will make a new release that will have these tags alright! |
This adds tests for macOS 11.0, macOS 10.14, Windows 2019, Ubuntu 16, 18 and 20, on Python version 3.6, 3.7, 3.8, and 3.9. This may help also with these related issues: - aboutcode-org/extractcode#2 - aboutcode-org/scancode-plugins#4 Signed-off-by: Philippe Ombredanne <[email protected]>
aboutcode-org/scancode-plugins#4 aboutcode-org/scancode-toolkit#2391 Reported-by: Viktor Tiulpin @tiulpin Signed-off-by: Philippe Ombredanne <[email protected]>
@tiulpin I pushed new wheels with proper tags. Do you mind trying a |
Didn't succeed, seems like the files weren't uploaded to PyPI yet, e.g. https://pypi.org/project/extractcode-7z/#files (don't see 11_0 tag). I will wait and try again in a few hours if this is a matter of time to get the wheels uploaded there :) |
@tiulpin thanks for the try and sorry to have wasted your time there! I am stupid as I had not uploaded them to pypi but instead only at https://thirdparty.aboutcode.org/pypi/ which is our poor people PyPI --find-links repo (with all sources an .ABOUT files though) .... FWIW these were:
|
BTW on the test/CI side, https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml does not have yet support for macOS 11.x BUT https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md is listing it so we should soon be able to also tests there. (As a side funny note: Microsoft Azure Pipelines doc links to GitHub Actions doc repo, which really means what is no secret that GitHub actions and Azure pipeline are the same thing). |
Checked twice, typecode-libmagic is not installed automatically now |
@tiulpin Thanks. Bummer. We will get to the end of this! Thank you ++ for helping! |
@tiulpin I wonder what details I would need to get through this. You wrote above:
can you tell me which exact wheel name you obtained after renaming? |
Sorry, forgot to mention: I needed to install |
Log from a chat on IRC with @RhinosF1
|
So the tag to use is not "macosx_11_0_intel" as I thought but "macosx_11_0_x86_64" |
Man... @tiulpin I am an illiterate moron. You ticket title said it "extractcode-libarchive (3.5.1.210122) and extractcode-7z (16.5.210122) not available for macosx_11_0_x86_64" and you were mentioning the tag alright! |
#4 aboutcode-org/scancode-toolkit#2391 Reported-by: Viktor Tiulpin @tiulpin Signed-off-by: Philippe Ombredanne <[email protected]>
This may help with #4 Reported-by: Viktor Tiulpin @tiulpin Thanks-to: @RhinosF1 Signed-off-by: Philippe Ombredanne <[email protected]>
Still, |
I think the fact I was using |
Note also for reference I have been bitten by this: pypa/wheel#394 |
Fixed in ScanCode TK v21.2.25 |
@tiulpin Thank you ++ for your help and patience. We should be all good now. |
Just found out this whole issue could be solved by using a flag And everything works now, thanks! (latest 21.2.25) |
Hi! Is it possible to build and put
extractcode-libarchive (3.5.1.210122)
andextractcode-7z (16.5.210122)
on PyPi for new macOS? Without it, installation ofscancode-toolkit[full]
from pip fails.This will really help in my local development, can participate if needed.
I used
scancode-toolkit[full]
without any issues before.macOS: 11.2 (20D64)
Thanks in advance!
The text was updated successfully, but these errors were encountered: