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

Platformio darwin_arm64 package not found (Apple M2) #698

Open
Mir1001 opened this issue Aug 13, 2024 · 3 comments
Open

Platformio darwin_arm64 package not found (Apple M2) #698

Mir1001 opened this issue Aug 13, 2024 · 3 comments

Comments

@Mir1001
Copy link

Mir1001 commented Aug 13, 2024

If I upgrade from 1.9.7 to 1.9.8 i get an error:
UnknownPackageError: Could not find the package with 'earlephilhower/ESP8266Audio @ ^1.9.8' requirements for your system 'darwin_arm64'

[env:featheresp32]
platform = espressif32
board = featheresp32
framework = arduino
build_flags = -D CORE_DEBUG_LEVEL=0 -fmerge-all-constants -D_BSD_SOURCE 
lib_deps = 
	fastled/FastLED@^3.5.0
	earlephilhower/ESP8266Audio@^1.9.8. ;1.9.7 WORKS fine
	akj7/TM1637 Driver@^2.1.2
monitor_speed = 115200
upload_speed = 1000000

Workaround is to use directly git:
https://github.com/earlephilhower/ESP8266Audio.git

@dired
Copy link

dired commented Aug 15, 2024

it's not up-to-date in platformio for 2 years and using git is recommended anyway

@Mir1001
Copy link
Author

Mir1001 commented Aug 18, 2024

Platformio can attract new users. People search there also.

@dired
Copy link

dired commented Aug 18, 2024

true.. maybe someone can take the effort to write and push request the git-pipeline that would automatically update it there. maybe someone can assume the role of caring for only updating the packages over there. I understand it's enough effort already and stuff like this can take out the fun which I personally don't wish for any open-source author.
(I personally as a user though don't even want to check two places if I know one way with basically the same effort always gives me the latest release.)

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

2 participants