question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Detected unknown package 'contrib-pysite'

See original GitHub issue

What kind of issue is this?

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

Configuration

Operating system: Ubuntu 18.04

PlatformIO Version (platformio --version): PlatformIO, version 3.6.6

Description of problem

After a fresh install of PlatformIO, I cannot run pio home because it’s unable to install contrib-pysite

Steps to Reproduce

  1. Get a fresh install of PlatformIO with pip uninstall platformio, rm -rf ~/.platformio, 'pip install -U platformio`.
  2. Run pio home

Actual Results

$ pio home                   
CorePackageManager: Installing tool-pioplus @ ^2.0.0
Downloading  [####################################]  100%          
Unpacking  [####################################]  100%
tool-pioplus @ 2.1.3 has been successfully installed!

CorePackageManager: Installing contrib-pysite @ ~2.27.0 Error: Detected unknown package ‘contrib-pysite’

Expected Results

pio home should install required packages and run successfully.

Additional info

I’ve checked that my internet connection is working. It always fails on this specific package (I can install any other package).

I’ve also tried downloading a contrib-pysite package from https://bintray.com/platformio/dl-packages/contrib-pysite#files, then installing with pio platform install file://contrib-pysite-linux_x86_64-2.27.181225.tar.gz, but this fails with:

Unpacking  [####################################]  100%
Error: Could not find one of 'platform.json' manifest files in the package

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
ivankravetscommented, Apr 19, 2019

This is a bug with our CDN and has been just fixed. Please Restart VSCode and re-run $ pio update. Sorry.

1reaction
mgsmyrkcommented, Apr 19, 2019

Nice one - that’s looking much better now. Thanks for sorting that out so quickly!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Detected unknown package 'contrib-pysite' · Issue #1097
Tried the following: remove module platformio; remove folder: rm -Rf .platformio/penv; remove vscode; reinstall all. Same issue persists. VSCode ...
Read more >
Install platformio/contrib-pysite error - Remote Development
pio remote agent start Tool Manager: Installing platformio/contrib-pysite @ ~2.310.0 Collecting Twisted==20.3.0 ERROR: HTTP error 404 while ...
Read more >
PlattformIO - detected unknown package - NixOS Discourse
Hi there, I ran into issue with using platformio when attempting to build target for LPC1768. I enter the nix shell and execute....
Read more >
The Detected unknown package problem occurred while ...
The Detected unknown package problem occurred while compiling the marlin2.0.x firmware. My operating system is windows10, there is a problem ...
Read more >
Programmation sous PlatformIO en mode CLI
ls -l /home/tv/.platformio/packages/ total 96 drwx------ 4 tv tv 4096 mars 10 08:30 contrib-piohome drwx------ 53 tv tv 4096 oct. 24 10:44 contrib-pysite...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found