Package Details: platformio-git v6.1.11.r20.gb238c55e-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: GPL
Provides: platformio
Submitter: will.price94
Maintainer: sgar
Last Packager: sgar
Votes: 14
Popularity: 0.001595
First Submitted: 2014-09-13 22:16 (UTC)
Last Updated: 2023-11-29 12:29 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

sl1pkn07 commented on 2019-08-21 18:08 (UTC)

please add python-tabulate

> Executing task: platformio run --target clean --environment LPC1768 <

Traceback (most recent call last):
  File "/usr/bin/platformio", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'tabulate>=0.8.3' distribution was not found and is required by platformio
The terminal process terminated with exit code: 1

req for pio 4.0.1-rc2

Jake commented on 2019-07-14 10:50 (UTC)

python-arrow is not required anymore since 3.5.1: https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst#351-2018-01-18

sgar commented on 2019-02-02 16:39 (UTC)

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 (UTC)

Hello, It seems that python2-backports.functools_lru_cache is now a runtime dependency.

killermoehre commented on 2017-08-08 11:43 (UTC)

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 (UTC)

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 :)

will.price94 commented on 2016-09-04 10:20 (UTC)

Hi Alex, Thanks for the tip although python2-semantic-version is at 2.4.1 so doesn't solve this problem. I'll see what I can do and try and get a fix out later today.

alex4o commented on 2016-09-04 08:41 (UTC)

Add "python2-semantic-version" as dependency pkg_resources.DistributionNotFound: The 'semantic_version>=2.5.0' distribution was not found and is required by platformio

will.price94 commented on 2016-01-09 21:38 (UTC)

Updated.

will.price94 commented on 2016-01-09 21:33 (UTC)

@bricewge, many thanks for your contribution, I will update the package now.