AmbientからVisual Studioにデータファイルをダウンロードしようとしています。
その過程で、Visual Studio 2019でAmbientのライブラリをインストールしようとしたのですが、うまくインストールされていないようで。。。
visual studioの右画面のパッケージから
VS
1pip install git+https://github.com/AmbientDataInc/ambient-python-lib.git
としても、
----- 'git+https://github.com/AmbientDataInc/ambient-python-lib.git' をインストールしています ----- Collecting git+https://github.com/AmbientDataInc/ambient-python-lib.git Cloning https://github.com/AmbientDataInc/ambient-python-lib.git to c:\users\owner\appdata\local\temp\pip-req-build-36ht80ei Running command git clone -q https://github.com/AmbientDataInc/ambient-python-lib.git 'C:\Users\owner\AppData\Local\Temp\pip-req-build-36ht80ei' ERROR: Error [WinError 2] 指定されたファイルが見つかりません。 while executing command git clone -q https://github.com/AmbientDataInc/ambient-python-lib.git 'C:\Users\owner\AppData\Local\Temp\pip-req-build-36ht80ei' ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH? ----- 'git+https://github.com/AmbientDataInc/ambient-python-lib.git' をインストールできませんでした -----
と出てしまい、インストールできませんでした。
VS
1import ambient 2 3am = ambient.Ambient(3xxxx, "xxxxxxxx") 4d = am.read()
としてみても、
module 'ambient' has no attribute 'Ambient'
が出ます。
助けてください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2021/03/08 06:41