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

Does not work anymore on ArchLinux due dependency issues #3283

Closed
1 task done
TheAifam5 opened this issue Nov 21, 2019 · 6 comments
Closed
1 task done

Does not work anymore on ArchLinux due dependency issues #3283

TheAifam5 opened this issue Nov 21, 2019 · 6 comments

Comments

@TheAifam5
Copy link

TheAifam5 commented Nov 21, 2019

What kind of issue is this?

  • PlatformIO Core.
    If you’ve found a bug, please provide an information below.

Configuration

Operating system: ArchLinux

PlatformIO Version (platformio --version): 4.1.0

Description of problem

Currently ArchLinux repo has python-marshmallow 2.20.1-3 and in testing python-marshmallow 3.2.2-1, which can be merged in the main repo, everything will obviously not work anymore.

Steps to Reproduce

  1. Install platformio from AUR and edit for 4.1.0 version
  2. Run platformio

Actual Results

The 'marshmallow<3,>=2.20.5' distribution was not found and is required by platformio

Expected Results

More Linux distro friendly.

@TheAifam5
Copy link
Author

For ArchLinux users I made a workaround, please look here:
https://aur.archlinux.org/packages/platformio/#comment-717511

@ivankravets
Copy link
Member

Just create a Python virtual environment and forget about all problems. See http://docs.platformio.org/en/latest/installation.html#virtual-environment

@greyltc
Copy link

greyltc commented Jan 30, 2020

This doesn't seem like an actual solution that warrants the issue being closed. It's a great workaround. Shouldn't this project strive to work with the latest stable versions of its dependencies?

What is it about about marshmallow beyond version 3 that breaks?

Looks like there have been 1083 commits to marshmallow since it was on a stable version 2.x. Would platformio see zero benefits from any of those commits?

EDIT: Just saw #3296 so it looks like probably the only problem is that this issue was closed prematurely!

@ivankravets
Copy link
Member

We have fixed this issue in the latest development version. The PIO Core 4.1.1 is planned for release next week.

You can check it in https://github.com/platformio/platformio-core/blob/develop/setup.py#L36

@greyltc
Copy link

greyltc commented Jan 30, 2020

Thanks! Didn't realize it was solved and apologies for the noise

@ivankravets
Copy link
Member

PlatformIO Core 4.2 is out! https://community.platformio.org/t/platformio-core-4-2/11980/2

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

No branches or pull requests

3 participants