問題タブ [anaconda]
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 - Anaconda Acclerate / NumbaPro CUDA リンク エラー OSX
全体的な目標は、NumbaProを使用して GPU (OSX 10.8.3) でいくつかの機能を実行することです。
始める前に、すべてをセットアップしたかっただけです。このページに従って、CUDA 開発者として登録された CUDA をインストールし、Compiler SDK をダウンロードして、NUMBAPRO_NVVM=/path/to/libnvvm.dylib 環境変数を設定しました。
ただし、次の基本的なテスト関数を実行します。
このエラーが表示されます:
autojit の代わりに @vectorize を試してみましたが、同じエラーです。ターゲットのない @autojit だけでも問題なく動作します。
何か案は?
python - Anaconda と Spyder を使用すると、SyntaxError: 無効な構文が引き続き発生します
Anaconda と 3.3.1 を使用して Windows デスクトップでコードを実行していました。すべて良い。すべてが機能します。
ラップトップ (同じバージョンを実行している Windows) で実行しようとすると、SyntaxError: 無効な構文を書き続けます。例えば:
ただし、IDLE で実行すると、正常に動作します。
Spyder の設定に問題があると思います。何か案は?
python - Anaconda を仮想環境にインストールする
現在、自分のマシンにEnthought Python ディストリビューションがインストールされていますが、これを必ずしも中断したくはありませんが、ContinuumからAnacondaへの移行を検討したいと考えています。
作成した virtualenv ディレクトリに Anaconda を簡単にインストールできますが、その virtualenv に Python の anaconda バージョンを使用するように指示する方法がわかりません。システム全体にそれを使用するように指示していた場合は.bash_profile
、次のように変更できexport PATH="/DIRECTORIES/anaconda/bin:$PATH
ます。virtualenv内でそれを行う方法はありますか?
ubuntu - Linux で IPython QTConsole フォントを変更する方法
私は Win7 で ipython qtconsole を使用しており、最近 RHEL 6.x デスクトップの使用を開始しました。qtconsole (bash プロンプトで $ ipython qtconsole) を起動すると、表示される qt ウィンドウに奇妙なフォントが表示されます。代わりにシステム フォント (Monospace、DejaVu Sans Mono など) を使用したいと考えています。
別のスレッド (ipython_config.py および ipython_qtconsole_config.py の IPythonWidget.font_family など) でアドバイスされているように、いくつかの設定を変更しようとしましたが、フォント ファミリは変更されません。ただし、フォント サイズを変更すると、小さくしたり大きくしたりできます。
RHEL および Ubuntu デスクトップでこれを実行しようとしましたが、うまくいきませんでした。Anaconda の IPython ディストリビューションを使用しています。
python-2.7 - Installing anaconda to use with windows
I am lost in the installation process of installing anaconda on windows.
I've installed the windows 32bit package (I'm running windows 7 x64)
I have anaconda in the start menu and I can open the python console and use scipy.stats.t.interval(), the function I am interested in.
However, how do I go about including this in another python program? I think it's something like adding it to the path. For instance, I have the scipy.stats.t.interval() function call in my other python file which I run through cygwin via python myscript.py
. However it returns the error:
I think it might be a change of path / add to path issue, but I'm not sure how to fix it :/. While I try to fix it, I figure I will post for help here.