Issues with transfomers installation: exit 1 status

Hi, I am trying to install transformers with pip, but get an error message in anaconda prompt.
Not sure if it is relevant, but the environment is running on python 3.6 and not 3.9.

This is my output. Thanks in advance for any suggestions!

pip install transformers
Collecting transformers
Using cached transformers-4.18.0-py3-none-any.whl (4.0 MB)
Collecting huggingface-hub<1.0,>=0.1.0
Using cached huggingface_hub-0.4.0-py3-none-any.whl (67 kB)
Collecting sacremoses
Using cached sacremoses-0.0.53-py3-none-any.whl
Collecting packaging>=20.0
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting regex!=2019.12.17
Using cached regex-2022.9.11-cp36-cp36m-win_amd64.whl (275 kB)
Collecting filelock
Using cached filelock-3.4.1-py3-none-any.whl (9.9 kB)
Collecting tokenizers!=0.11.3,<0.13,>=0.11.1
Using cached tokenizers-0.12.1.tar.gz (220 kB)
Installing build dependencies … done
Getting requirements to build wheel … done
Preparing metadata (pyproject.toml) … done
Collecting requests
Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting tqdm>=4.27
Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
Requirement already satisfied: numpy>=1.17 in c:\users\sobenjam\anaconda3\envs\env3.6\lib\site-packages (from transformers) (1.19.2)
Collecting importlib-metadata
Using cached importlib_metadata-4.8.3-py3-none-any.whl (17 kB)
Collecting pyyaml>=5.1
Using cached PyYAML-6.0-cp36-cp36m-win_amd64.whl (153 kB)
Collecting dataclasses
Using cached dataclasses-0.8-py3-none-any.whl (19 kB)
Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\users\sobenjam\anaconda3\envs\env3.6\lib\site-packages (from huggingface-hub<1.0,>=0.1.0->transformers) (4.1.1)
Collecting pyparsing!=3.0.5,>=2.0.2
Using cached pyparsing-3.0.7-py3-none-any.whl (98 kB)
Requirement already satisfied: colorama in c:\users\sobenjam\anaconda3\envs\env3.6\lib\site-packages (from tqdm>=4.27->transformers) (0.4.5)
Collecting importlib-resources
Using cached importlib_resources-5.4.0-py3-none-any.whl (28 kB)
Collecting zipp>=0.5
Using cached zipp-3.6.0-py3-none-any.whl (5.3 kB)
Collecting idna<4,>=2.5
Using cached idna-3.3-py3-none-any.whl (61 kB)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\sobenjam\anaconda3\envs\env3.6\lib\site-packages (from requests->transformers) (2021.5.30)
Collecting charset-normalizer~=2.0.0
Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
Collecting click
Using cached click-8.0.4-py3-none-any.whl (97 kB)
Requirement already satisfied: six in c:\users\sobenjam\anaconda3\envs\env3.6\lib\site-packages (from sacremoses->transformers) (1.16.0)
Collecting joblib
Using cached joblib-1.1.0-py2.py3-none-any.whl (306 kB)
Building wheels for collected packages: tokenizers
Building wheel for tokenizers (pyproject.toml) … error
ERROR: Command errored out with exit status 1:
command: ‘C:\Users\sobenjam\Anaconda3\envs\env3.6\python.exe’ ‘C:\Users\sobenjam\Anaconda3\envs\env3.6\lib\site-packages\pip_vendor\pep517\in_process_in_process.py’ build_wheel ‘C:\Users\sobenjam\AppData\Local\Temp\tmp4675dhrw’
cwd: C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a
Complete output (314 lines):
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.6
creating build\lib.win-amd64-3.6\tokenizers
copying py_src\tokenizers_init_.py → build\lib.win-amd64-3.6\tokenizers
creating build\lib.win-amd64-3.6\tokenizers\models
copying py_src\tokenizers\models_init_.py → build\lib.win-amd64-3.6\tokenizers\models
creating build\lib.win-amd64-3.6\tokenizers\decoders
copying py_src\tokenizers\decoders_init_.py → build\lib.win-amd64-3.6\tokenizers\decoders
creating build\lib.win-amd64-3.6\tokenizers\normalizers
copying py_src\tokenizers\normalizers_init_.py → build\lib.win-amd64-3.6\tokenizers\normalizers
creating build\lib.win-amd64-3.6\tokenizers\pre_tokenizers
copying py_src\tokenizers\pre_tokenizers_init_.py → build\lib.win-amd64-3.6\tokenizers\pre_tokenizers
creating build\lib.win-amd64-3.6\tokenizers\processors
copying py_src\tokenizers\processors_init_.py → build\lib.win-amd64-3.6\tokenizers\processors
creating build\lib.win-amd64-3.6\tokenizers\trainers
copying py_src\tokenizers\trainers_init_.py → build\lib.win-amd64-3.6\tokenizers\trainers
creating build\lib.win-amd64-3.6\tokenizers\implementations
copying py_src\tokenizers\implementations\base_tokenizer.py → build\lib.win-amd64-3.6\tokenizers\implementations
copying py_src\tokenizers\implementations\bert_wordpiece.py → build\lib.win-amd64-3.6\tokenizers\implementations
copying py_src\tokenizers\implementations\byte_level_bpe.py → build\lib.win-amd64-3.6\tokenizers\implementations
copying py_src\tokenizers\implementations\char_level_bpe.py → build\lib.win-amd64-3.6\tokenizers\implementations
copying py_src\tokenizers\implementations\sentencepiece_bpe.py → build\lib.win-amd64-3.6\tokenizers\implementations
copying py_src\tokenizers\implementations\sentencepiece_unigram.py → build\lib.win-amd64-3.6\tokenizers\implementations
copying py_src\tokenizers\implementations_init_.py → build\lib.win-amd64-3.6\tokenizers\implementations
creating build\lib.win-amd64-3.6\tokenizers\tools
copying py_src\tokenizers\tools\visualizer.py → build\lib.win-amd64-3.6\tokenizers\tools
copying py_src\tokenizers\tools_init_.py → build\lib.win-amd64-3.6\tokenizers\tools
copying py_src\tokenizers_init_.pyi → build\lib.win-amd64-3.6\tokenizers
copying py_src\tokenizers\models_init_.pyi → build\lib.win-amd64-3.6\tokenizers\models
copying py_src\tokenizers\decoders_init_.pyi → build\lib.win-amd64-3.6\tokenizers\decoders
copying py_src\tokenizers\normalizers_init_.pyi → build\lib.win-amd64-3.6\tokenizers\normalizers
copying py_src\tokenizers\pre_tokenizers_init_.pyi → build\lib.win-amd64-3.6\tokenizers\pre_tokenizers
copying py_src\tokenizers\processors_init_.pyi → build\lib.win-amd64-3.6\tokenizers\processors
copying py_src\tokenizers\trainers_init_.pyi → build\lib.win-amd64-3.6\tokenizers\trainers
copying py_src\tokenizers\tools\visualizer-styles.css → build\lib.win-amd64-3.6\tokenizers\tools
running build_ext
running build_rust
Updating crates.io index
Downloading crates …
Downloaded adler v1.0.2
Downloaded base64 v0.13.0
Downloaded bzip2 v0.4.3
Downloaded byteorder v1.4.3
Downloaded bumpalo v3.11.0
Downloaded cfg-if v1.0.0
Downloaded console v0.15.1
Downloaded socket2 v0.4.7
Downloaded ctor v0.1.23
Downloaded dirs v3.0.2
Downloaded ndarray v0.13.1
Downloaded syn v1.0.99
Downloaded termcolor v1.1.3
Downloaded textwrap v0.11.0
Downloaded unicode-bidi v0.3.8
Downloaded unicode-width v0.1.9
Downloaded unicode-normalization-alignments v0.1.12
Downloaded unicode_categories v0.1.1
Downloaded version_check v0.9.4
Downloaded wasi v0.11.0+wasi-snapshot-preview1
Downloaded wasm-bindgen-backend v0.2.82
Downloaded wasi v0.10.0+wasi-snapshot-preview1
Downloaded mio v0.8.4
Downloaded winapi-util v0.1.5
Downloaded wasm-bindgen-macro-support v0.2.82
Downloaded digest v0.10.3
Downloaded dirs-sys v0.3.7
Downloaded http v0.2.8
Downloaded zip-extensions v0.6.1
Downloaded winreg v0.10.1
Downloaded fastrand v1.8.0
Downloaded memoffset v0.6.5
Downloaded mime v0.3.16
Downloaded wasm-bindgen-futures v0.4.32
Downloaded xattr v0.2.3
Downloaded log v0.4.17
Downloaded wasm-bindgen-macro v0.2.82
Downloaded indexmap v1.9.1
Downloaded idna v0.3.0
Downloaded js-sys v0.3.59
Downloaded humantime v1.3.0
Downloaded itertools v0.8.2
Downloaded itertools v0.9.0
Downloaded esaxx-rs v0.1.8
Downloaded derive_builder v0.9.0
Downloaded darling_macro v0.10.2
Downloaded once_cell v1.14.0
Downloaded onig v6.4.0
Downloaded pyo3cls v0.12.4
Downloaded derive_builder_core v0.9.0
Downloaded rand v0.8.5
Downloaded rand v0.7.3
Downloaded smallvec v1.9.0
Downloaded num-integer v0.1.45
Downloaded serde v1.0.144
Downloaded serde_urlencoded v0.7.1
Downloaded sha2 v0.10.5
Downloaded serde_json v1.0.85
Downloaded libc v0.2.132
Downloaded encoding_rs v0.8.31
Downloaded serde_derive v1.0.144
Downloaded security-framework-sys v2.6.1
Downloaded security-framework v2.7.0
Downloaded nom v7.1.1
Downloaded slab v0.4.7
Downloaded quote v1.0.21
Downloaded quick-error v1.2.3
Downloaded numpy v0.12.2
Downloaded number_prefix v0.4.0
Downloaded wasm-bindgen v0.2.82
Downloaded fs2 v0.4.3
Downloaded darling_core v0.10.2
Downloaded getrandom v0.2.7
Downloaded itoa v1.0.3
Downloaded hashbrown v0.12.3
Downloaded memchr v2.5.0
Downloaded vcpkg v0.2.15
Downloaded flate2 v1.0.24
Downloaded lock_api v0.4.8
Downloaded form_urlencoded v1.1.0
Downloaded fnv v1.0.7
Downloaded crossbeam-utils v0.8.11
Downloaded num-complex v0.2.4
Downloaded cfg-if v0.1.10
Downloaded zip v0.5.13
Downloaded h2 v0.3.14
Downloaded parking_lot_core v0.8.5
Downloaded parking_lot v0.11.2
Downloaded openssl-macros v0.1.0
Downloaded openssl-probe v0.1.5
Downloaded pin-utils v0.1.0
Downloaded rand_core v0.6.3
Downloaded rand_chacha v0.3.1
Downloaded pyo3-derive-backend v0.12.4
Downloaded rawpointer v0.2.1
Downloaded rand_chacha v0.2.2
Downloaded remove_dir_all v0.5.3
Downloaded redox_users v0.4.3
Downloaded proc-macro2 v1.0.43
Downloaded scopeguard v1.1.0
Downloaded paste-impl v0.1.18
Downloaded redox_syscall v0.2.16
Downloaded ryu v1.0.11
Downloaded regex v1.6.0
Downloaded schannel v0.1.20
Downloaded rayon-core v1.9.3
Downloaded rayon v1.5.3
Downloaded pyo3 v0.12.4
Downloaded paste v1.0.9
Downloaded proc-macro-hack v0.5.19
Downloaded ppv-lite86 v0.2.16
Downloaded pkg-config v0.3.25
Downloaded paste v0.1.18
Downloaded pin-project-lite v0.2.9
Downloaded percent-encoding v2.2.0
Downloaded openssl-sys v0.9.75
Downloaded want v0.3.0
Downloaded reqwest v0.11.11
Downloaded tracing v0.1.36
Downloaded tokio v1.21.0
Downloaded rayon-cond v0.1.0
Downloaded rand_hc v0.2.0
Downloaded rand_core v0.5.1
Downloaded number_prefix v0.3.0
Downloaded openssl v0.10.41
Downloaded num_cpus v1.13.1
Downloaded spm_precompiled v0.1.4
Downloaded regex-syntax v0.6.27
Downloaded num-traits v0.2.15
Downloaded darling v0.10.2
Downloaded windows_aarch64_msvc v0.36.1
Downloaded crypto-common v0.1.6
Downloaded wasm-bindgen-shared v0.2.82
Downloaded native-tls v0.2.10
Downloaded miniz_oxide v0.5.4
Downloaded matrixmultiply v0.2.4
Downloaded windows_i686_msvc v0.36.1
Downloaded windows_x86_64_msvc v0.36.1
Downloaded minimal-lexical v0.2.1
Downloaded wasi v0.9.0+wasi-snapshot-preview1
Downloaded web-sys v0.3.59
Downloaded windows_i686_gnu v0.36.1
Downloaded onig_sys v69.8.1
Downloaded windows_x86_64_gnu v0.36.1
Downloaded macro_rules_attribute-proc_macro v0.0.2
Downloaded winapi v0.3.9
Downloaded macro_rules_attribute v0.0.2
Downloaded unindent v0.1.10
Downloaded lazy_static v1.4.0
Downloaded inventory v0.1.11
Downloaded vec_map v0.8.2
Downloaded url v2.3.1
Downloaded unicode-segmentation v1.9.0
Downloaded inventory-impl v0.1.11
Downloaded indoc-impl v0.3.6
Downloaded time v0.1.44
Downloaded ipnet v2.5.0
Downloaded indicatif v0.15.0
Downloaded tar v0.4.38
Downloaded strsim v0.8.0
Downloaded indoc v0.3.6
Downloaded unicode-normalization v0.1.21
Downloaded unicode-ident v1.0.3
Downloaded try-lock v0.2.3
Downloaded instant v0.1.12
Downloaded indicatif v0.16.2
Downloaded ident_case v1.0.1
Downloaded hyper-tls v0.5.0
Downloaded hyper v0.14.20
Downloaded httpdate v1.0.2
Downloaded httparse v1.8.0
Downloaded http-body v0.4.5
Downloaded getrandom v0.1.16
Downloaded typenum v1.15.0
Downloaded tracing-core v0.1.29
Downloaded tower-service v0.3.2
Downloaded winapi-i686-pc-windows-gnu v0.4.0
Downloaded tokio-util v0.7.4
Downloaded windows-sys v0.36.1
Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
Downloaded tokio-native-tls v0.3.0
Downloaded tinyvec_macros v0.1.0
Downloaded tinyvec v1.6.0
Downloaded thiserror-impl v1.0.34
Downloaded thiserror v1.0.34
Downloaded terminal_size v0.1.17
Downloaded hermit-abi v0.1.19
Downloaded ghost v0.1.6
Downloaded glob v0.3.0
Downloaded generic-array v0.14.6
Downloaded futures-util v0.3.24
Downloaded futures-task v0.3.24
Downloaded futures-sink v0.3.24
Downloaded futures-io v0.3.24
Downloaded tempfile v3.3.0
Downloaded strsim v0.9.3
Downloaded futures-core v0.3.24
Downloaded futures-channel v0.3.24
Downloaded foreign-types-shared v0.1.1
Downloaded foreign-types v0.3.2
Downloaded filetime v0.2.17
Downloaded env_logger v0.7.1
Downloaded encode_unicode v0.3.6
Downloaded either v1.8.0
Downloaded bytes v1.2.1
Downloaded aho-corasick v0.7.19
Downloaded bzip2-sys v0.1.11+1.0.8
Downloaded crossbeam-epoch v0.9.10
Downloaded crossbeam-channel v0.5.6
Downloaded cpufeatures v0.2.5
Downloaded core-foundation-sys v0.8.3
Downloaded core-foundation v0.9.3
Downloaded crossbeam-deque v0.8.2
Downloaded crc32fast v1.3.2
Downloaded cached-path v0.5.3
Downloaded clap v2.34.0
Downloaded cc v1.0.73
Downloaded block-buffer v0.10.3
Downloaded bitflags v1.3.2
Downloaded autocfg v1.1.0
Downloaded atty v0.2.14
Downloaded ansi_term v0.12.1
Compiling autocfg v1.1.0
Compiling cfg-if v1.0.0
Compiling winapi v0.3.9
Compiling proc-macro2 v1.0.43
Compiling quote v1.0.21
Compiling unicode-ident v1.0.3
Compiling syn v1.0.99
Compiling once_cell v1.14.0
Running rustc --crate-name autocfg C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\autocfg-1.1.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=8903a902c896e76e -C extra-filename=-8903a902c896e76e --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Running rustc --crate-name cfg_if --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\cfg-if-1.0.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=019a3866c34f66c0 -C extra-filename=-019a3866c34f66c0 --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Running rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro2-1.0.43\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=c19eb8579f87162f -C extra-filename=-c19eb8579f87162f --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\proc-macro2-c19eb8579f87162f -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Running rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\quote-1.0.21\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=4220728640b9a369 -C extra-filename=-4220728640b9a369 --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\quote-4220728640b9a369 -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Running rustc --crate-name build_script_build C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\winapi-0.3.9\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"accctrl\"" --cfg "feature=\"aclapi\"" --cfg "feature=\"consoleapi\"" --cfg "feature=\"errhandlingapi\"" --cfg "feature=\"fileapi\"" --cfg "feature=\"handleapi\"" --cfg "feature=\"impl-debug\"" --cfg "feature=\"impl-default\"" --cfg "feature=\"knownfolders\"" --cfg "feature=\"minwinbase\"" --cfg "feature=\"minwindef\"" --cfg "feature=\"namedpipeapi\"" --cfg "feature=\"ntdef\"" --cfg "feature=\"ntstatus\"" --cfg "feature=\"objbase\"" --cfg "feature=\"processenv\"" --cfg "feature=\"processthreadsapi\"" --cfg "feature=\"profileapi\"" --cfg "feature=\"shlobj\"" --cfg "feature=\"std\"" --cfg "feature=\"sysinfoapi\"" --cfg "feature=\"timezoneapi\"" --cfg "feature=\"winbase\"" --cfg "feature=\"wincon\"" --cfg "feature=\"winerror\"" --cfg "feature=\"winnt\"" --cfg "feature=\"winreg\"" --cfg "feature=\"winuser\"" --cfg "feature=\"ws2ipdef\"" --cfg "feature=\"ws2tcpip\"" -C metadata=046dfa94306b09b4 -C extra-filename=-046dfa94306b09b4 --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\winapi-046dfa94306b09b4 -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Running rustc --crate-name unicode_ident --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\unicode-ident-1.0.3\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=21faedbf301cebd9 -C extra-filename=-21faedbf301cebd9 --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Running rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\syn-1.0.99\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"clone-impls\"" --cfg "feature=\"default\"" --cfg "feature=\"derive\"" --cfg "feature=\"extra-traits\"" --cfg "feature=\"full\"" --cfg "feature=\"parsing\"" --cfg "feature=\"printing\"" --cfg "feature=\"proc-macro\"" --cfg "feature=\"quote\"" --cfg "feature=\"visit\"" -C metadata=da071a6d8c8abfef -C extra-filename=-da071a6d8c8abfef --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\syn-da071a6d8c8abfef -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Running rustc --crate-name once_cell --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\once_cell-1.14.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg "feature=\"alloc\"" --cfg "feature=\"default\"" --cfg "feature=\"race\"" --cfg "feature=\"std\"" -C metadata=bca597449ce93cbe -C extra-filename=-bca597449ce93cbe --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\x86_64-pc-windows-msvc\release\deps --target x86_64-pc-windows-msvc -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\x86_64-pc-windows-msvc\release\deps -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
Compiling memchr v2.5.0
Running rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\memchr-2.5.0\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"std\"" -C metadata=344e92768a52000c -C extra-filename=-344e92768a52000c --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\memchr-344e92768a52000c -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow
error: linker link.exe not found
|
= note: program not found

note: the msvc targets depend on the msvc linker but link.exe was not found

note: please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 was installed with the Visual C++ option

error: could not compile quote due to previous error

Caused by:
process didn’t exit successfully: rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\quote-1.0.21\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=4220728640b9a369 -C extra-filename=-4220728640b9a369 --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\quote-4220728640b9a369 -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow (exit code: 1)
warning: build failed, waiting for other jobs to finish…
error: could not compile proc-macro2 due to previous error

Caused by:
process didn’t exit successfully: rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro2-1.0.43\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"proc-macro\"" -C metadata=c19eb8579f87162f -C extra-filename=-c19eb8579f87162f --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\proc-macro2-c19eb8579f87162f -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow (exit code: 1)
error: could not compile syn due to previous error

Caused by:
process didn’t exit successfully: rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\syn-1.0.99\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"clone-impls\"" --cfg "feature=\"default\"" --cfg "feature=\"derive\"" --cfg "feature=\"extra-traits\"" --cfg "feature=\"full\"" --cfg "feature=\"parsing\"" --cfg "feature=\"printing\"" --cfg "feature=\"proc-macro\"" --cfg "feature=\"quote\"" --cfg "feature=\"visit\"" -C metadata=da071a6d8c8abfef -C extra-filename=-da071a6d8c8abfef --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\syn-da071a6d8c8abfef -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow (exit code: 1)
error: could not compile memchr due to previous error

Caused by:
process didn’t exit successfully: rustc --crate-name build_script_build --edition=2018 C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\memchr-2.5.0\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"default\"" --cfg "feature=\"std\"" -C metadata=344e92768a52000c -C extra-filename=-344e92768a52000c --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\memchr-344e92768a52000c -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow (exit code: 1)
error: could not compile winapi due to previous error

Caused by:
process didn’t exit successfully: rustc --crate-name build_script_build C:\Users\sobenjam\.cargo\registry\src\github.com-1ecc6299db9ec823\winapi-0.3.9\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg "feature=\"accctrl\"" --cfg "feature=\"aclapi\"" --cfg "feature=\"consoleapi\"" --cfg "feature=\"errhandlingapi\"" --cfg "feature=\"fileapi\"" --cfg "feature=\"handleapi\"" --cfg "feature=\"impl-debug\"" --cfg "feature=\"impl-default\"" --cfg "feature=\"knownfolders\"" --cfg "feature=\"minwinbase\"" --cfg "feature=\"minwindef\"" --cfg "feature=\"namedpipeapi\"" --cfg "feature=\"ntdef\"" --cfg "feature=\"ntstatus\"" --cfg "feature=\"objbase\"" --cfg "feature=\"processenv\"" --cfg "feature=\"processthreadsapi\"" --cfg "feature=\"profileapi\"" --cfg "feature=\"shlobj\"" --cfg "feature=\"std\"" --cfg "feature=\"sysinfoapi\"" --cfg "feature=\"timezoneapi\"" --cfg "feature=\"winbase\"" --cfg "feature=\"wincon\"" --cfg "feature=\"winerror\"" --cfg "feature=\"winnt\"" --cfg "feature=\"winreg\"" --cfg "feature=\"winuser\"" --cfg "feature=\"ws2ipdef\"" --cfg "feature=\"ws2tcpip\"" -C metadata=046dfa94306b09b4 -C extra-filename=-046dfa94306b09b4 --out-dir C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\build\winapi-046dfa94306b09b4 -L dependency=C:\Users\sobenjam\AppData\Local\Temp\pip-install-15ole2n5\tokenizers_9df9e9f358474e6e9b6c0cd764429e8a\target\release\deps --cap-lints allow (exit code: 1)
cargo rustc --lib --manifest-path Cargo.toml --target x86_64-pc-windows-msvc --release -v --features pyo3/extension-module – --crate-type cdylib
error: cargo failed with code: 101


ERROR: Failed building wheel for tokenizers
Failed to build tokenizers
ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects