Philippe Ombredanne

Results 987 comments of Philippe Ombredanne

Let me try to put a use case: - there are few special licenses that I want to detect. - in order to help using this in CI and a...

> So what functionality does this feature actually need to provide? Should I assume that the licenses have already been installed? > Would I need to add a new CLI...

@KevinJi22 this sounds right :+1: Using `__file__` and navigating from there to a directory that contains is usually more robust than `site.getusersitepackages()` or else. Fewer moving parts and simpler too.

@gk4 Sorry for this issue... do you mind to try the latest and greatest RC release instead? See https://github.com/nexB/scancode-toolkit/releases/tag/v31.0.0rc2 Also, what are the specs of your machine? RAM? CPU?

@michellesenar Thank you ++ for spotting this! I pushed a fix in a branch: https://github.com/nexB/scancode-toolkit/commit/a28c55a767c6df5b0fb5a3a6885422d999f594d3

@Hritik14 Thank you ++ Can you tell me if you are running a Python x86/64 or a Python ARM build?

Is there a way to use a x86/64 build of Python instead? and use that? Apple support x86/64 on their OS... May be some of the steps in https://medium.com/swlh/run-x86-terminal-apps-like-homebrew-on-your-new-m1-mac-73bdc9b0f343 ?...

@tdruez reported to me: > @pombredanne I’m still getting installation issue on clean toolkit install on M1: > pip install scancode-toolkit==31.0.0rc1 > ERROR: Could not find a version that satisfies...

This is solved in https://github.com/nexB/scancode-toolkit/pull/3053 and will be released with v31. Thanks!

It is not missing anything, this is by design... the mini build is such that you are in control of dependencies using extras. Can you elaborate what's is your use...