You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python-package-init faiss
Fetching package="faiss" version="stable"
Traceback (most recent call last):
File "/nix/store/zaz1rix5k7svlxjrbdl7q3sx822xna73-python3.7-nixpkgs-pytools-1.3.0/bin/.python-package-init-wrapped", line 9, in <module>
sys.exit(main())
File "/nix/store/5gfkpdxiabdnh8q5gcm79ln9qamqr47r-python3-3.7.6-env/lib/python3.7/site-packages/nixpkgs_pytools/python_package_init.py", line 34, in main
args.nixpkgs_root,
File "/nix/store/5gfkpdxiabdnh8q5gcm79ln9qamqr47r-python3-3.7.6-env/lib/python3.7/site-packages/nixpkgs_pytools/python_package_init.py", line 66, in initialize_package
metadata = package_json_to_metadata(data, package_name, version)
File "/nix/store/5gfkpdxiabdnh8q5gcm79ln9qamqr47r-python3-3.7.6-env/lib/python3.7/site-packages/nixpkgs_pytools/python_package_init.py", line 98, in package_json_to_metadata
"no source distribution (sdist) found for {package_name}:{package_version}".format(package_name=package_name, package_version=package_version)
ValueError: no source distribution (sdist) found for faiss:1.5.3
The text was updated successfully, but these errors were encountered:
can confirm, this is quite unfortunate. @costrouc do you have an idea how to proceed here?
maybe at least we could write out a more useful error message.
Yeah this should be fairly easy to implement. I can't promise I have the time right now to implement that. Wheels actually have more information on them than sdists to we should be able to get more accurate requiements
faiss is an example:
The text was updated successfully, but these errors were encountered: