0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CCIのまとめ

Last updated at Posted at 2022-07-25

まとめページに戻る
まとめA~M

エラー

Install Error

image.png

image.png

It looks like you're using a version of Python that does not offer installable binary "wheels" for the dependencies that CumulusCI requires. Please try uninstalling Python and Pipx, install Python 3.10, and then try to install again.

That error is coming from GitHub based on the settings applied by Salesforce to the SalesforceFoundation GitHub Organization.

Is there any chance you might happen to have an @salesforce.com email address connected to the GitHub user account you're using? I know that will trigger the SSO login for GitHub.

If not, this will need someone from Salesforce to look into it.

このエラーは、Salesforce によって SalesforceFoundation GitHub 組織に適用された設定に基づいて GitHub から発生します。

使用している GitHub ユーザー アカウントに @ salesforce.com電子メール アドレスが接続される可能性はありますか? GitHub の SSO ログインがトリガーされることはわかっています。

そうでない場合は、Salesforce の担当者が調査する必要があります。

Python v3.11 --> 3.10 のダウングレードでのエラー

290.9ms (run_subprocess:173): running C:\Users\Thomas\.local\pipx\venvs\cumulusci\Scripts\python.exe -m pip install cumulusci   
338.2ms (run_subprocess:189): returncode: 1   
338.2ms (subprocess_post_check_handle_pip_error:335): 'C:\\Users\\Thomas\\.local\\pipx\\venvs\\cumulusci\\Scripts\\python.exe -m pip install cumulusci' failed   
338.2ms (subprocess_post_check_handle_pip_error:352): Fatal error from pip prevented installation. Full pip output in file:    
    C:\Users\Thomas\.local\pipx\logs\cmd_2023-01-20_14.04.00_pip_errors.log

I also saw errors after reinstalling python/pipx. Here is what I did to resolve those.

  1. I uninstalled pipx again. (command line: pip uninstall pipx)
  2. I navigated to C:\Users[your user's folder].local
  • I deleted the pipx folder in .local . I then deleted it from the recycle bin.

3. Reinstalled pipx
4. Installed cumulusci

The culprit for me was step 2. The pipx uninstall did not remove the pipx folder in .local

CCI Retrieve Error - sObjectType 'SourceMember' is not supported

image.png

Source tracking is available only in scratch orgs (native) and Developer or Developer Pro sandboxes. It's not available in Developer orgs :

https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_setup_enable_source_tracking_sandboxes.htm

Error: sfdo-tooling/sfdo/cumulusci has been disabled because it is not supported upstream!

We no longer support Homebrew as it caused a lot of issues for our users. We strongly recommend that you uninstall and install with pipx instead: https://cumulusci.readthedocs.io/en/stable/get-started.html

: An error occurred while making a request to GitHub: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/AccountingSeedDev/*** (Caused by ResponseError('too many 401 error responses'))

# Exception in task dependencies.update_dependencies Error: 404 Not Found

404 Error

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?