Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Wu committed Oct 4, 2024
1 parent 037f174 commit b611bd4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,27 @@ and we currently do use caching to attempt to avoid unecessary re-builds of the
(in the context of local development, _not_ CI).
However, please be aware that tuning this logic remains a work-in-progress and further work needs to
be done to ensure that these cached builds are being re-built at the appropriate times.


× error Error building package: failed to setup test environment: Cannot solve the request because of: The following packages are incompatible
× error └─ ecoscope ==v1.8.3 pyh4616a5c_5 cannot be installed because there are no viable options:
× error ├─ ecoscope v1.8.3 would require
× error │ └─ lonboard ==0.0.2, which cannot be installed because there are no viable options:
× error │ └─ lonboard 0.0.2 is excluded because due to strict channel priority not using this option from: 'https://prefix.dev/ecoscope-workflows/'
× error ├─ ecoscope v1.8.3 is excluded because due to strict channel priority not using this option from: 'file:///private/tmp/ecoscope-workflows/release/artifacts/'
× error └─ ecoscope v1.8.3 is excluded because due to strict channel priority not using this option from: 'https://prefix.dev/ecoscope-workflows/'
Error: × failed to setup test environment: Cannot solve the request because of: The following packages are incompatible
│ └─ ecoscope ==v1.8.3 pyh4616a5c_5 cannot be installed because there are no viable options:
│ ├─ ecoscope v1.8.3 would require
│ │ └─ lonboard ==0.0.2, which cannot be installed because there are no viable options:
│ │ └─ lonboard 0.0.2 is excluded because due to strict channel priority not using this option from: 'https://prefix.dev/ecoscope-workflows/'
│ ├─ ecoscope v1.8.3 is excluded because due to strict channel priority not using this option from: 'file:///private/tmp/ecoscope-workflows/release/artifacts/'
│ └─ ecoscope v1.8.3 is excluded because due to strict channel priority not using this option from: 'https://prefix.dev/ecoscope-workflows/'
╰─▶ Cannot solve the request because of: The following packages are incompatible
└─ ecoscope ==v1.8.3 pyh4616a5c_5 cannot be installed because there are no viable options:
├─ ecoscope v1.8.3 would require
│ └─ lonboard ==0.0.2, which cannot be installed because there are no viable options:
│ └─ lonboard 0.0.2 is excluded because due to strict channel priority not using this option from: 'https://prefix.dev/ecoscope-workflows/'
├─ ecoscope v1.8.3 is excluded because due to strict channel priority not using this option from: 'file:///private/tmp/ecoscope-workflows/release/artifacts/'
└─ ecoscope v1.8.3 is excluded because due to strict channel priority not using this option from: 'https://prefix.dev/ecoscope-workflows/'
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ yq = "*"

build-vendor = { cmd = "./publish/build.sh vendor", inputs = ["publish/recipes/vendor/*.yaml"] }
build-release = { cmd = "./publish/build.sh release", inputs = ["publish/recipes/release/*.yaml", "src/**/*.py", "src/**/pyproject.toml"] }
# build-release = { cmd = "./publish/build.sh release" }

# examples ---------------------------------------------------------------------------------

Expand Down

0 comments on commit b611bd4

Please sign in to comment.