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

Bug: Installation Problem with window 10 #15413

Open
Bgajapati opened this issue Feb 17, 2024 · 0 comments
Open

Bug: Installation Problem with window 10 #15413

Bgajapati opened this issue Feb 17, 2024 · 0 comments

Comments

@Bgajapati
Copy link

What are you trying to achieve?

I am trying with saleor 3.16.21 and getting below error:

Traceback (most recent call last):
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\threading.py", line 950, in _bootstrap_inner
self.run()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\threading.py", line 888, in run
self._target(*self._args, **self.kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\commands\runserver.py", line 110, in inner_run
autoreload.raise_last_exception()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 87, in raise_last_exception
raise exception[1]
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init
.py", line 375, in execute
autoreload.check_errors(django.setup)()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django_init
.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\apps\registry.py", line 122, in populate
app_config.ready()
File "E:\Work\Backend\saleor-3.16.21\saleor\plugins\apps.py", line 20, in ready
self.load_and_check_plugin(plugin_path)
File "E:\Work\Backend\saleor-3.16.21\saleor\plugins\apps.py", line 26, in load_and_check_plugin
raise (ImportError(f"Failed to import plugin {plugin_path}: {e}"))
ImportError: Failed to import plugin saleor.plugins.avatax.plugin.AvataxPlugin: DLL load failed while importing _rust: The specified procedure could not be found.

Steps to reproduce the problem

I am trying with saleor 3.16.21 and getting below error:

Traceback (most recent call last):
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\threading.py", line 950, in _bootstrap_inner
self.run()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\threading.py", line 888, in run
self._target(*self._args, **self.kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\commands\runserver.py", line 110, in inner_run
autoreload.raise_last_exception()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 87, in raise_last_exception
raise exception[1]
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init
.py", line 375, in execute
autoreload.check_errors(django.setup)()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django_init
.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\apps\registry.py", line 122, in populate
app_config.ready()
File "E:\Work\Backend\saleor-3.16.21\saleor\plugins\apps.py", line 20, in ready
self.load_and_check_plugin(plugin_path)
File "E:\Work\Backend\saleor-3.16.21\saleor\plugins\apps.py", line 26, in load_and_check_plugin
raise (ImportError(f"Failed to import plugin {plugin_path}: {e}"))
ImportError: Failed to import plugin saleor.plugins.avatax.plugin.AvataxPlugin: DLL load failed while importing _rust: The specified procedure could not be found.

What did you expect to happen?

I am trying with saleor 3.16.21 and getting below error:

Traceback (most recent call last):
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\threading.py", line 950, in _bootstrap_inner
self.run()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\threading.py", line 888, in run
self._target(*self._args, **self.kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\commands\runserver.py", line 110, in inner_run
autoreload.raise_last_exception()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 87, in raise_last_exception
raise exception[1]
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init
.py", line 375, in execute
autoreload.check_errors(django.setup)()
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django_init
.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\91939\AppData\Local\Programs\Python\Python39\lib\site-packages\django\apps\registry.py", line 122, in populate
app_config.ready()
File "E:\Work\Backend\saleor-3.16.21\saleor\plugins\apps.py", line 20, in ready
self.load_and_check_plugin(plugin_path)
File "E:\Work\Backend\saleor-3.16.21\saleor\plugins\apps.py", line 26, in load_and_check_plugin
raise (ImportError(f"Failed to import plugin {plugin_path}: {e}"))
ImportError: Failed to import plugin saleor.plugins.avatax.plugin.AvataxPlugin: DLL load failed while importing _rust: The specified procedure could not be found.

Logs

No response

Environment

Saleor version: 3.16.21
OS and version: window 10

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

No branches or pull requests

1 participant