You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import ceterach I now get the following warnings:
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
The text was updated successfully, but these errors were encountered:
Hi, just updated to Anaconda 3.2020.07
When I import ceterach I now get the following warnings:
The text was updated successfully, but these errors were encountered: