ModuleNotFoundError: No module named 'kedro.versioning' - kedro

i have upgraded my kedro to latest version.But i have used kedro.versioning in my project.And latest kedro has no module of this name.Can anyone please suggest anything

this was removed in 0.18.x what are you trying to retrieve we can think of a workaround?

Related

Install a Chromium older version

I'm trying to downgrade the last Chromium update in Mint 20.2 (Focal), but I can't get any .deb file.
I've found this for Crhome...
I could also do it by builind an older package like this, but i don't know how to get it done. I need some help to get it done.
Thank's in advance.

Could not import extension sphinx_panels

While trying to use sphinx_panels in the rst (reStructuredText), I'm facing an error Could not import extension sphinx_panels.
I've added the extension in the conf.py file as mentioned in the docs still facing the issue
I even tried reinstalling but no help, can anyone tell me how to resolve the issue
Your sphinx version (2.0.1) is too old, SphinxPostTransform is introduced in 2.1.0.
Changelog: https://www.sphinx-doc.org/en/master/changes.html#release-2-1-0-released-jun-02-2019
Add a helper class sphinx.transforms.post_transforms.SphinxPostTransform

Magento 2.3 upgrade error Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/contain

I am upgrading magento 2.1.8 to 2.3.3 by command line it is showing below error when I run composer update command.
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/contain
Any one let me know where i need to change to solve this problem.
Thanks
Sanjeev
It comes up a lot during Composer installations. The module still installed, the message is just a false-positive. If it failed, the message would clearly state that.

Django Rest Framework Swagger stopped working

Just tried to rebuild a container with DRF and drf-yasg. The exact same commit was passing all tests fine but is now falling over with the following exception:
ImportError: Could not import 'rest_framework.schemas.coreapi.AutoSchema' for API setting 'DEFAULT_SCHEMA_CLASS'. ModuleNotFoundError: No module named 'rest_framework.schemas.coreapi'.
Nothing else has changed, but it seems a newer package may have been included that broke the Swagger generator.
Anyone else experience similar?
So it seems pip was pulling DRF V3.10, which has some switch from CoreAPI to OpenAPI: https://www.django-rest-framework.org/community/3.10-announcement/ . Adding the line from the release documentation:
REST_FRAMEWORK = {
...
'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema'
}
did not seem to make any difference.
I would presume your dependencies in requirements.txt are not specific enough, and rebuilding the container has installed a later version of djangorestframework.
Check for a line in your pipfile like djangorestframework>=3.9, and this should be changed to either pin a specific version djangorestframework==3.9, or pin it to a specific minor release so you will still receive bug fixes and security updates djangorestframework>=3.9,<3.10.
These lines can also be used directly with pip, incase your container build uses pip directly, e.g. pip install "djangorestframework>=3.9,<3.10"
It seems that installing coreapi seperately may help: pip install coreapi
pip3 install packaging
solve it!

Update function is disabled in Magmi

Im using MAGMI V 0.7.18 and i'm trying to import multiple images in Magento ver. 1.9.2.0 but MAGMI throws
"Update Disabled Zip library not available, Upgrade/Upload function are not enabled"
in the UPDATE section , I try to change the code in:
changed magmi/web/magmi_config_setup.php
changed magmi/web/magmi_upload.php
changed magmi/web/plugin_upload.php
but nothing happens, please Help me,
That error is generated by older Magmi versions if it can't find the ZipArchive php class. You need to install it in the proper way according to your server operating system. (e.g. apt-get install libphp-pclzip in Ubuntu 14.04)
Nonetheless I suggest you to keep your magmi always updated to the latest version.

Resources