- Amsterdam, NL
- https://fabiomanganiello.com
-
Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.
- Joined on
2022-07-05
dafd65dc21
Added new platyvenv Python script.
f230fa79bb
to_pkg_install_commands
should skip already installed sys packages.
449821673c
Added
PackageManager.get_installed
.
b10ccdb313
Added get_src_root utility function.
1ef0d804db
Added
full_command
argument to to_pip_install_commands
.
Investigate why deprecation warnings aren't reported by logging
Add
--db-engine
CLI option
a6f8021150
PackageManager
has both install
and uninstall
.
5efcae64c1
Better Dockerfile logic to retrieve sources.
28ba042810
If no configuration file is passed to platydock generate a minimal Dockerfile.
199ac5f0f7
New way of managing installation scripts and dependencies.
71c5291190
Refactored the interface of Platydock and manifest utils.
a99ffea37c
Fixed apt dependencies for
mpd
plugin.
7889b2f1db
Updated
generate_missing_docs
to use the new manifest API.
Platypush throws "method object is not iterable" error
Hi @AlphaDE,
The compatibility with Python 3.8 should be fixed in the latest commit on master. Feel free to reopen this issue if you still encounter issues.
blacklight
deleted branch 278/fix-variable-errors-on-python-3-8 from platypush/platypush
2023-08-18 17:25:10 +02:00
3236e235ef
Merge pull request '278/fix-variable-errors-on-python-3-8' (#279) from 278/fix-variable-errors-on-python-3-8 into master
2cab836bdf
Entity.columns
class property replaced by Entity.get_columns
method.
a9cdff900e
_variable should be an external global function rather than a class property.
d0c89f88a8
Fixed parenthesised multi-with statement.
ca95490412
Added timeout parameter to requests.get in the rss plugin.
278/fix-variable-errors-on-python-3-8
Platypush throws "method object is not iterable" error
blacklight
pushed to 278/fix-variable-errors-on-python-3-8 at platypush/platypush
2023-08-18 17:21:39 +02:00
2cab836bdf
Entity.columns
class property replaced by Entity.get_columns
method.
a9cdff900e
_variable should be an external global function rather than a class property.
d0c89f88a8
Fixed parenthesised multi-with statement.
Platypush throws "method object is not iterable" error
Hi @AlphaDE,
Thanks for the report!
Both the cases seem to be regressions on Python 3.8 compatibility introduced by some of my recent changes.
The former is due to Entity.columns
being…
WIP: 278/fix-variable-errors-on-python-3-8
blacklight
pushed to 278/fix-variable-errors-on-python-3-8 at platypush/platypush
2023-08-18 15:54:00 +02:00
ca95490412
Added timeout parameter to requests.get in the rss plugin.
5dd7345c0b
Sync the latest parse timestamps in main instead of __init__ in rss.