0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AI arxml validatorインストール失敗(2)

Last updated at Posted at 2025-08-13

ejaz029/AI-arxml-validator
https://github.com/ejaz029/AI-arxml-validator

インストールしようとした。1回目はPythonのバージョンが違うと言われて作業が止まった。

AI arxml validatorインストール失敗(1)
https://qiita.com/kaizen_nagoya/items/4ec17acb4725f6093f17

作業をLinuxからMacOSに代えてみた。

bash
MacBook-Air:~ ogawakiyoshi$ mkdir arxml
MacBook-Air:~ ogawakiyoshi$ cd arxml
MacBook-Air:arxml ogawakiyoshi$ docker run -v ./:/tmp/arxml  -it  continuumio/anaconda3  /bin/bash
Unable to find image 'continuumio/anaconda3:latest' locally
latest: Pulling from continuumio/anaconda3
83d624c4be2d: Pull complete 
8e5df222eaa8: Pull complete 
Digest: sha256:b2c5350cc4e2338a1705c15dcca4fff520b1728f49752d390d92aaec02cf8c3a
Status: Downloaded newer image for continuumio/anaconda3:latest
(base) root@ccfeb4ae408f:/# git clone https://github.com/your-username/arxml-validator.git
Cloning into 'arxml-validator'...
Username for 'https://github.com': cd arxml-validator
Password for 'https://cd arxml-validator@github.com': 
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/your-username/arxml-validator.git/'
(base) root@ccfeb4ae408f:/# git clone https://github.com/your-username/arxml-validator.git
Cloning into 'arxml-validator'...
Username for 'https://github.com': kaizen-nagoya
Password for 'https://kaizen-nagoya@github.com': 
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/your-username/arxml-validator.git/'
(base) root@ccfeb4ae408f:/# ls
bin   dev  home  media	opt   root  sbin  sys  usr
boot  etc  lib	 mnt	proc  run   srv   tmp  var
(base) root@ccfeb4ae408f:/# cd /tmp
(base) root@ccfeb4ae408f:/tmp# ls
arxml
(base) root@ccfeb4ae408f:/tmp# cd arxml
(base) root@ccfeb4ae408f:/tmp/arxml# ls
(base) root@ccfeb4ae408f:/tmp/arxml# git clone https://github.com/your-username/arxml-validator.git
Cloning into 'arxml-validator'...
Username for 'https://github.com': kaizen-nagoya
Password for 'https://kaizen-nagoya@github.com': 
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/your-username/arxml-validator.git/'
(base) root@ccfeb4ae408f:/tmp/arxml# git clone https://github.com/your-username/arxml-validator.git
Cloning into 'arxml-validator'...
Username for 'https://github.com': kaizen-nagoya
Password for 'https://kaizen-nagoya@github.com': 
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/your-username/arxml-validator.git/'
(base) root@ccfeb4ae408f:/tmp/arxml# git clone https://github.com/your-username/arxml-validator.git
Cloning into 'arxml-validator'...
Username for 'https://github.com': kaizen-nagoya
Password for 'https://kaizen-nagoya@github.com': 
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/your-username/arxml-validator.git/'

Ref.

ChatGPT:「arxml validatorのインストール方法を教えてください。」
https://qiita.com/kaizen_nagoya/items/ce3c62057d8a0b8d5a3f

本から始める 面倒なことはChatGPTにやらせよう by からあげ
https://qiita.com/kaizen_nagoya/items/f5ce2a18db54b5610e4b

MCP入門 〜面倒なことはAIエージェントにやらせよう〜 by からあげ を聞きながら
https://qiita.com/kaizen_nagoya/items/54b648c838fae8d57e38

【松尾研LLMコミュニティ】面倒なことはLLMにやらせよう "Beginning LLM"2024年10月17日 AI(9)
https://qiita.com/kaizen_nagoya/items/efdc23fbe67cdae2126e

設計:ChatGPTで特異解か一般解を求める AI(1)
https://qiita.com/kaizen_nagoya/items/4dec580e16a7c84b0ec4

みんなの使い方から学ぶ
https://qiita.com/kaizen_nagoya/items/8e7de492d896df94a36e

AI・機械学習 昨日、今日、明日
https://qiita.com/kaizen_nagoya/items/adb184c8fc7a65ac9756

DNA LLM and genome for survey 2200 papers by name.
https://qiita.com/kaizen_nagoya/items/ce8a28d6072f340a9d59

COVESA/franca_ara_tools
https://github.com/COVESA/franca_ara_tools

ARXML checker/validator? #110
https://github.com/cogu/autosar/discussions/110

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?