VOOZH about

URL: https://qiita.com/kaizen_nagoya/items/99c062d7cb2845228408

⇱ AI arxml validatorインストール失敗(3) #Python - Qiita


👁 Image
0

Go to list of users who liked

1

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

@kaizen_nagoya(Dr. Kiyoshi Ogawa)

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

0
Last updated at Posted at 2025-08-17

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に代えてみた。

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

requirements.txt
# Core Frameworks & APIs
streamlit
fastapi
uvicorn

# XML Processing
xmlschema
lxml

# AI & Machine Learning
langchain
langraph
openai
groq
transformers
sentence-transformers
gensim
numpy
pandas
scikit-learn
tensorflow
pytorch 

# Testing
pytest
unittest

# python
# python --version : python 3.11.6




# to activate venv : venv\Scripts\activate
# to run chatbot in streamlit : streamlit run "D:\arxml\AUTOSAR_ARXML_Validator (MAIN)\app\main.py"
bash
#pip install -r requirements.txt
Usage: pip [options]

ERROR: Invalid requirement: python --version : python 3.11.6
pip: error: no such option: --version

pythonの行をコメントにした。

requirements.txt
# Core Frameworks & APIs
streamlit
fastapi
uvicorn

# XML Processing
xmlschema
lxml

# AI & Machine Learning
langchain
langraph
openai
groq
transformers
sentence-transformers
gensim
numpy
pandas
scikit-learn
tensorflow
pytorch 

# Testing
pytest
unittest

# python
# python --version : python 3.11.6




# to activate venv : venv\Scripts\activate
# to run chatbot in streamlit : streamlit run "D:\arxml\AUTOSAR_ARXML_Validator (MAIN)\app\main.py"
bash
#pip install -r requirements.txt
Requirement already satisfied: streamlit in /opt/conda/lib/python3.12/site-packages (from -r requirements.txt (line 2)) (1.37.1)
Collecting fastapi (from -r requirements.txt (line 3))
 Downloading fastapi-0.116.1-py3-none-any.whl.metadata (28 kB)
Collecting uvicorn (from -r requirements.txt (line 4))
 Downloading uvicorn-0.35.0-py3-none-any.whl.metadata (6.5 kB)
Collecting xmlschema (from -r requirements.txt (line 7))
 Downloading xmlschema-4.1.0-py3-none-any.whl.metadata (8.0 kB)
Requirement already satisfied: lxml in /opt/conda/lib/python3.12/site-packages (from -r requirements.txt (line 8)) (5.2.1)
Collecting langchain (from -r requirements.txt (line 11))
 Downloading langchain-0.3.27-py3-none-any.whl.metadata (7.8 kB)
ERROR: Could not find a version that satisfies the requirement langraph (from versions: none)
ERROR: No matching distribution found for langraph
#

内容確認のため、ChatGPTで聞いてみました。
ChatGPT:「arxml validatorのインストール方法を教えてください。」
https://qiita.com/kaizen_nagoya/items/ce3c62057d8a0b8d5a3f

半分はやってきたこと。
半分はまだしらべてなかったこと。
ChatGPT推しってことで。

Ref.

本から始める 面倒なことは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

0

Go to list of users who liked

1
0

Go to list of comments

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

Go to list of users who liked

1