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

Error: Cannot satisfy the dependency on regex 0.21.0 and regex 0.25.0 #266

Closed
MelonCodeUK opened this issue May 11, 2024 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@MelonCodeUK
Copy link

Error: Cannot satisfy the dependency on regex 0.21.0 and regex 0.25.0

Как я понял, конфликт идет из-за использования crowngui в месте с happyx. Но можно ли, как-либо, обойти эту проблему?
CrownGui служит более мение нормальной библеотекой для отоброжения html, без неё не как.

As I understand it, the conflict comes from using crowngui in place of happyx. But is there any way to work around this problem?
CrownGui serves as a more or less normal html display library, without it.

@MelonCodeUK MelonCodeUK added the bug Something isn't working label May 11, 2024
@Ethosa
Copy link
Contributor

Ethosa commented May 11, 2024

nimble remove regex
nimble install happyx -y

@MelonCodeUK
Copy link
Author

MelonCodeUK commented May 11, 2024

с happyx все ок но crowngui плохо:
happyx is okay, but crowngui is bad:
C:\Users\user\.nimble\pkgs2\crowngui-0.2.12-5c82f83618580f7890dd5e348057827e8be2bedf\crowngui\webview.nim(39, 18) Error: undeclared identifier: 'Webview'

@Ethosa
Copy link
Contributor

Ethosa commented May 11, 2024

Может быть это связано с этим? https://github.com/bung87/crowngui/blob/devel/src/crowngui/webview.nim#L7-L21

@Ethosa
Copy link
Contributor

Ethosa commented Jun 9, 2024

Закрыто в связи с неактивностью.

@Ethosa Ethosa closed this as completed Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants