問題タブ [ccxt]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 複数の関数を実行してリストを作成する方法は?
ccxt
Python は初めてで、 OHLC データを取得するためにライブラリに接続したい暗号交換のリストがあります。
exchanges
しかし、各交換クラスを 1 つずつ (多くのオブジェクトで) インスタンス化する代わりに、リスト内のすべての交換データを含むオブジェクトをexchanges[0]
作成したいと考えていますexchanges[1]
。 .
rを使用しますlapply()
が、Python でこれを実現するにはどうすればよいですか?
javascript - vue.js で ccxt の load_markets() を使用して市場を一覧表示できない
プロジェクトにccxtを使用しています。ccxt は、さまざまな暗号通貨/市場のリアルタイム データを取得できるノード モジュールです。
このコードを使用して、特定の取引所から暗号ペアを抽出したいと考えています。
私はこのプロジェクトに vue.js を使用しています。私の計画は、vue と ccxt を使用して、この交換からすべての市場のリストを作成することです。私の vue テンプレートはこれです
<select v-model="selected">
<option v-for="pair in pairs">
{{ pair }}
</option>
</select>
私のコードの残りの部分は、非同期関数からデータを取得し、それを変数にバインドして、vue コードでデータとして使用し、テンプレートで使用できるようにします。
これは、console.log(pairs) がコンソールで
提供するものです。これは、ペア コンポーネントに関連して vue コンソールが提供するものです。
これでうまくいくと思いますが、何らかの理由でリストにオプションがありません。「ペア」が空だったのと同じように、そうではありません。非同期関数と関数の前にレンダリングされるオプションに関係があると思います市場が読み込まれるのを待っていますが、よくわかりません。何日も悩まされています。すべてのコンポーネントのコードを提供しなかったため、私の例を別のマシンで簡単に再現できないことはわかっています。また、ccxt はそれほど人気がありません。モジュール。
macos - configure: error: C compiler cannot create executables mac
I am trying to install ccxt on my Macbook Air using sudo npm install --save ccxt
and encountered the following error:
I have Xcode 9.4.1 installed and checked that my command line tools were installed in the Preferences > Location section like in this other stackoverflow question. I also tried out all of the following answers in my terminal to change directories and ownerships to no avail. Also tried just sudo npm install --save scrypt
with the same error. It has possibly something to do with the anaconda env pathing.
I'm pretty sure it has to do with some configuration but I'm not sure what it is. If you need anymore information please tell me and I'll post it. I don't know where the configure.log is so I can't post it, I've tried to find it using resources online as well and am lost.