go-python / go-python/gopy

Unable to import using Python provided by Conda

オープン
#316 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
2.3k
フォーク
136
平均マージ
14分
マージ済み PR(30日)
2

説明

```
$ which python3
/Users/lennard/miniconda3/bin/python3

$ python3
>>> from out import hi
Traceback (most recent call last):
File "", line 1, in
File "/Users/lennard/PycharmProjects/hi/out/hi.py", line 17, in
from . import _hi
ImportError: cannot import name '_hi' from 'out' (/Users/lennard/PycharmProjects/hi/out/__init__.py)

$ conda deactivate
$ which python3
/usr/bin/python3

$ python3
>>> from out import hi
>>> (works)
```

I've used /usr/bin/python3 to compile... cause if I compile with Conda Python3, I also get segmentation fault https://github.com/go-python/gopy/issues/314

I kinda sucks that I can't import the package into Conda / Jupyter Notebook... cause Jupyter Notebook is, where I do data science...

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。