This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Conda CI failing on main: ImportError: cannot import name 'url_quote' from 'werkzeug.urls' #38
Comments
Seems like this is the issue: https://stackoverflow.com/a/77214086. I can PR an issue tomorrow or Thursday. |
johnandersen777
pushed a commit
to johnandersen777/scitt-api-emulator
that referenced
this issue
Nov 10, 2023
Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
to johnandersen777/scitt-api-emulator
that referenced
this issue
Nov 13, 2023
Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
to johnandersen777/scitt-api-emulator
that referenced
this issue
Nov 14, 2023
Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
to johnandersen777/scitt-api-emulator
that referenced
this issue
Nov 17, 2023
This approach does not work for conda Signed-off-by: John Andersen <[email protected]>
aj-stein-nist
added a commit
to aj-stein-nist/scitt-api-emulator
that referenced
this issue
Nov 22, 2023
In order to fix scitt-community#38, we need to hard pin the version of Werkzeug used by Flask to avoid the changes after to how functions are organized in the library's modules. See PR Sanster/IOPaint#390 with a related solution (not specific to Anaconda approach, but informative). See [StackOverflow](https://stackoverflow.com/a/77217971) post for details.
aj-stein-nist
added a commit
to aj-stein-nist/scitt-api-emulator
that referenced
this issue
Nov 22, 2023
In order to fix scitt-community#38, we need to hard pin the version of Werkzeug used by Flask to avoid the changes after to how functions are organized in the library's modules. See PR Sanster/IOPaint#390 with a related solution (not specific to Anaconda approach, but informative). See [StackOverflow](https://stackoverflow.com/a/77217971) post for details.
johnandersen777
pushed a commit
to johnandersen777/scitt-api-emulator
that referenced
this issue
Nov 23, 2023
In order to fix scitt-community#38, we need to hard pin the version of Werkzeug used by Flask to avoid the changes after to how functions are organized in the library's modules. See PR Sanster/IOPaint#390 with a related solution (not specific to Anaconda approach, but informative). See [StackOverflow](https://stackoverflow.com/a/77217971) post for details.
johnandersen777
pushed a commit
to johnandersen777/scitt-api-emulator
that referenced
this issue
Nov 23, 2023
In order to fix scitt-community#38, we need to hard pin the version of Werkzeug used by Flask to avoid the changes after to how functions are organized in the library's modules. See PR Sanster/IOPaint#390 with a related solution (not specific to Anaconda approach, but informative). See [StackOverflow](https://stackoverflow.com/a/77217971) post for details.
SteveLasker
pushed a commit
that referenced
this issue
Nov 27, 2023
In order to fix #38, we need to hard pin the version of Werkzeug used by Flask to avoid the changes after to how functions are organized in the library's modules. See PR Sanster/IOPaint#390 with a related solution (not specific to Anaconda approach, but informative). See [StackOverflow](https://stackoverflow.com/a/77217971) post for details.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: