4
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?

More than 3 years have passed since last update.

Kaggle notebookでmake_envが作れない、importできない件について

Last updated at Posted at 2020-12-19

つい先日からKaggleに本格的に取り組むことになりまして、Kaggle notebookがとても便利だなと利用していました。
行っているのは「Jane Street Market Prediction」というコンペなのですが、

import janestreet
env = janestreet.make_env()

とすると、

ModuleNotFoundError: No module named 'janestreet'

このようなエラーが発生しました。
Discussionに初参加して教えてもらいましたので共有させていただきます。

問題

Kaggle notebookをトップページから新規作成して、Add DataでJanestreetのデータを追加した。
しかし、import janestreetができず、先に進めない。

janstreetディレクトリには、competition.cpython-37m-x86_64-linux-gnu.soというファイルがあり、
これを呼び出すのかとも考えたがわけがわからず。

解決策

コンペのページから

NotebooksNew notebook

を選択して、始めることで、データも追加されておりimportも無事できた。
(Discussion ありがとう!)

最後に

Kaggleを始めようとしてもやはり環境構築でつまずくことが多く、なかなか上手くいきません。
Discussionを初めて利用しましたが、とてもよかったので今後も利用したいです。

では、Jane Street Market Predictionがんばります!

4
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
4
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?