PIP installing error
Installation method
PyPI (via pip)
Description
open cmd running : pip install --user sherlock-project
Steps to reproduce
G:\sherlock-master>pip install --user sherlock-project
Collecting sherlock-project
Using cached sherlock_project-0.15.0-py3-none-any.whl.metadata (3.0 kB)
Requirement already satisfied: PySocks<2.0.0,>=1.7.0 in e:\programdata\anaconda3\lib\site-packages (from sherlock-project) (1.7.1)
Requirement already satisfied: certifi>=2019.6.16 in e:\programdata\anaconda3\lib\site-packages (from sherlock-project) (2022.12.7)
Requirement already satisfied: colorama<0.5.0,>=0.4.1 in e:\programdata\anaconda3\lib\site-packages (from sherlock-project) (0.4.6)
Collecting openpyxl<4.0.0,>=3.0.10 (from sherlock-project)
Using cached openpyxl-3.1.5-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting pandas<3.0.0,>=1.0.0 (from sherlock-project)
Using cached pandas-2.2.2-cp310-cp310-win_amd64.whl.metadata (19 kB)
Requirement already satisfied: requests<3.0.0,>=2.22.0 in e:\programdata\anaconda3\lib\site-packages (from sherlock-project) (2.28.2)
Collecting requests-futures<2.0.0,>=1.0.0 (from sherlock-project)
Using cached requests_futures-1.0.1-py2.py3-none-any.whl.metadata (12 kB)
Collecting stem<2.0.0,>=1.8.0 (from sherlock-project)
Using cached stem-1.8.2.tar.gz (2.9 MB)
Preparing metadata (setup.py) ... done
Collecting et-xmlfile (from openpyxl<4.0.0,>=3.0.10->sherlock-project)
Using cached et_xmlfile-1.1.0-py3-none-any.whl.metadata (1.8 kB)
Requirement already satisfied: numpy>=1.22.4 in e:\programdata\anaconda3\lib\site-packages (from pandas<3.0.0,>=1.0.0->sherlock-project) (1.23.5)
Requirement already satisfied: python-dateutil>=2.8.2 in e:\programdata\anaconda3\lib\site-packages (from pandas<3.0.0,>=1.0.0->sherlock-project) (2.9.0.post0)
Requirement already satisfied: pytz>=2020.1 in e:\programdata\anaconda3\lib\site-packages (from pandas<3.0.0,>=1.0.0->sherlock-project) (2023.4)
Requirement already satisfied: tzdata>=2022.7 in e:\programdata\anaconda3\lib\site-packages (from pandas<3.0.0,>=1.0.0->sherlock-project) (2024.1)
Requirement already satisfied: charset-normalizer<4,>=2 in e:\programdata\anaconda3\lib\site-packages (from requests<3.0.0,>=2.22.0->sherlock-project) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in e:\programdata\anaconda3\lib\site-packages (from requests<3.0.0,>=2.22.0->sherlock-project) (3.7)
Collecting urllib3<1.27,>=1.21.1 (from requests<3.0.0,>=2.22.0->sherlock-project)
Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory:
'e:\programdata\anaconda3\lib\site-packages\numpy-1.23.5.dist-info\METADATA'
Additional information
sd
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Seeing failures on the Rust tests of the form:
Traceback (most recent call last):
File "/workspace/rust/aspects.bzl", line 284, column 37, in _rust_cc_proto_aspect_impl
return _rust_proto_aspect_common(target, ctx, is_upb = False)
File "/workspace/rust/aspects.bzl", line 321, column 47, in _rust_proto_aspect_common
(gencode, thunks) = _generate_rust_gencode(
File "/workspace/rust/aspects.bzl", line 131, column 25, in _generate_rust_gencode
proto_lang_toolchain.output_files = ctx.bin_dir.path + "/" + proto_root
Error: struct value does not support field assignment
Sorry, I must have lost track of things and not pushed my local changes; this was a failed intermediate state
Should be corrected now.