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

unable to find kuralgen in pypi #2

Open
boopalan-s opened this issue Aug 20, 2024 · 0 comments
Open

unable to find kuralgen in pypi #2

boopalan-s opened this issue Aug 20, 2024 · 0 comments

Comments

@boopalan-s
Copy link

Watching for file changes with StatReloader
Performing system checks...

/home/bs/github/tamilpesu_us/opentamilapp/views.py:101: SyntaxWarning: invalid escape sequence '\s'
wordlist = list(filter(len,re.split('\s+',text)))
/home/bs/github/tamilpesu_us/opentamilapp/views.py:274: SyntaxWarning: invalid escape sequence '\s'
for char in get_letters("".join(re.split("\s+", ng)).lower()):
/home/bs/github/tamilpesu_us/opentamilapp/views.py:403: SyntaxWarning: invalid escape sequence '\s'
data, _ = tamil_minnal(re.split("\s+|,", word))
/home/bs/github/tamilpesu_us/opentamilapp/views.py:493: SyntaxWarning: invalid escape sequence '\s'
words_in = list(filter(len, re.split("\s+", text_input)))
/home/bs/github/tamilpesu_us/opentamilapp/tamilwordgrid.py:333: SyntaxWarning: invalid escape sequence '\s'
wordlist = [re.sub("\s+", "", x).strip() for x in wordlist]
/home/bs/github/tamilpesu_us/opentamilapp/tamilwordgrid.py:361: SyntaxWarning: invalid escape sequence '\s'
wordlist = [re.sub("\s+", "", x).strip() for x in wordlist]
/home/bs/.local/lib/python3.12/site-packages/sklearn/base.py:376: InconsistentVersionWarning: Trying to unpickle estimator StandardScaler from version 0.23.2 when using version 1.4.1.post1. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(
/home/bs/.local/lib/python3.12/site-packages/sklearn/base.py:376: InconsistentVersionWarning: Trying to unpickle estimator LabelBinarizer from version 0.23.2 when using version 1.4.1.post1. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(
/home/bs/.local/lib/python3.12/site-packages/sklearn/base.py:376: InconsistentVersionWarning: Trying to unpickle estimator MLPClassifier from version 0.23.2 when using version 1.4.1.post1. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(
Exception in thread django-main-thread:
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/home/bs/.local/lib/python3.12/site-packages/django/utils/autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "/home/bs/.local/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 133, in inner_run
self.check(display_num_errors=True)
File "/home/bs/.local/lib/python3.12/site-packages/django/core/management/base.py", line 485, in check
all_issues = checks.run_checks(
^^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/core/checks/registry.py", line 88, in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/core/checks/urls.py", line 14, in check_url_config
return check_resolver(resolver)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/core/checks/urls.py", line 24, in check_resolver
return check_method()
^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/urls/resolvers.py", line 494, in check
for pattern in self.url_patterns:
^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/utils/functional.py", line 57, in get
res = instance.dict[self.name] = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/urls/resolvers.py", line 715, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
^^^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/utils/functional.py", line 57, in get
res = instance.dict[self.name] = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
return import_module(self.urlconf_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "/home/bs/github/tamilpesu_us/opentamilweb/urls.py", line 36, in
re_path(
(r""), include("opentamilapp.urls")),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bs/.local/lib/python3.12/site-packages/django/urls/conf.py", line 38, in include
urlconf_module = import_module(urlconf_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/home/bs/github/tamilpesu_us/opentamilapp/urls.py", line 20, in
from .views import *
File "/home/bs/github/tamilpesu_us/opentamilapp/views.py", line 54, in
from opentamilapp.kuralviews import get_adhikaram, kurals, get_pals, get_matching_kural, சீர்_பிரித்த_குறள்
File "/home/bs/github/tamilpesu_us/opentamilapp/kuralviews.py", line 3, in
from kuralgen import get_matching_kural
ModuleNotFoundError: No module named 'kuralgen'

@boopalan-s boopalan-s changed the title i am connot find kuralgen in pypi i am unable to find kuralgen in pypi Aug 21, 2024
@boopalan-s boopalan-s changed the title i am unable to find kuralgen in pypi unable to find kuralgen in pypi Aug 21, 2024
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