Skip to content
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

Regex-Syntax module can't compile #108

Open
HenriMalahieude opened this issue May 26, 2023 · 1 comment
Open

Regex-Syntax module can't compile #108

HenriMalahieude opened this issue May 26, 2023 · 1 comment

Comments

@HenriMalahieude
Copy link

There will probably be a port to a more modern nightly version, and/or deprecating this library in favor for a better one.

But while that's in progress, I'm facing this issue

  1. Clean Rust Download
  2. Follow the Add_Kernel example
  3. rust-toolchain file in folder
  4. cargo build in CPU side ->
error: package `regex v1.8.3` cannot be built because it requires rustc 1.60.0 or newer, while the currently active rustc version is 1.59.0-nightly

PC Specs:
Windows 10 (22H2)
Intel i7-10750H
NVIDIA GeForce GTX 1660 Ti

CUDA Version:

Built on Wed_Feb__8_05:53:42_Coordinated_Universal_Time_2023
Cuda compilation tools, release 12.1, V12.1.66
Build cuda_12.1.r12.1/compiler.32415258_0

Fixes Attempted:

  • Deleted ~/.cargo/registry
  • Uninstalled and reinstalled nightly-2021-12-04 version
  • Added regex = "1.7" to dependency list in Cargo.toml
@HenriMalahieude
Copy link
Author

Note: #103 Issue fix does not work anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant