Search Criteria
Package Details: platformio-git v5.0.1.r9.ga384411a-1
Git Clone URL: | https://aur.archlinux.org/platformio-git.git (read-only, click to copy) |
---|---|
Package Base: | platformio-git |
Description: | A cross-platform code builder and library manager |
Upstream URL: | http://platformio.org/ |
Keywords: | arduino platformio |
Licenses: | |
Provides: | |
Submitter: | will.price94 |
Maintainer: | sgar |
Last Packager: | sgar |
Votes: | 12 |
Popularity: | 0.000329 |
First Submitted: | 2014-09-13 22:16 |
Last Updated: | 2020-09-19 08:36 |
Dependencies (13)
- python-bottle (python-bottle-git)
- python-click
- python-colorama (python-colorama-git)
- python-marshmallow (python-marshmallow2)
- python-pyelftools (python-pyelftools-git)
- python-pyserial
- python-requests
- python-semantic-version
- python-setuptools
- python-tabulate (python-tabulate-git)
- git (git-git) (make)
- arduino (arduino-rc, teensyduino, arduino-git) (optional) – For Arduino based projects
- energia (optional) – For MSP430 based projects
Required by (1)
- esphome (requires platformio)
Latest Comments
1 2 Next › Last »
sarpik commented on 2019-12-06 17:20
I cannot install this:
any updates anytime soon? Thanks
TheAifam5 commented on 2019-11-23 16:43
@sl1pkn07 the issue with
python-marshmallow
with theplatformio>=4.0.2
is, that the new version4.1.0
requiresmarshmallow<3,>=2.20.5
, which with ArchLinux does not work, becausepython-marshmallow
got updated to>3.0.0
version. I made an issue about that case here https://github.com/platformio/platformio-core/issues/3283Edit: Please look at https://aur.archlinux.org/packages/platformio/#comment-717511 for a workaround.
sl1pkn07 commented on 2019-10-20 16:44
please add python-marshmallow to dependencies, but need update it to version 2.20.5
sl1pkn07 commented on 2019-09-30 14:44
Hi. is possible add in the package the udev rules from PIO?
https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
greetings
sl1pkn07 commented on 2019-08-21 18:08
please add python-tabulate
req for pio 4.0.1-rc2
Jake commented on 2019-07-14 10:50
python-arrow
is not required anymore since 3.5.1: https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst#351-2018-01-18sgar commented on 2019-02-02 16:39
hi, would be possible to update this package to compile with python 3 instead of python 2... upstream already added initial support for python 3..
pheki commented on 2018-04-14 16:33
Hello, It seems that python2-backports.functools_lru_cache is now a runtime dependency.
killermoehre commented on 2017-08-08 11:43
Hi,
seems like python2-arrow is needed as runtime dependency
$ platformio init --ide emacs --board nanoatmega328
Traceback (most recent call last):
File "/usr/bin/platformio", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3049, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3033, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3062, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 658, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 972, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 858, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'arrow<1' distribution was not found and is required by platformio
will.price94 commented on 2016-09-04 10:39
Hi Alex,
I've taken over maintainer-ship of the python2-semantic-version package and have now updated it, and added it to the dependencies of this package.
Thanks :)