Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import pangolin after install #34

Open
KellyGui opened this issue Oct 21, 2020 · 2 comments
Open

Cannot import pangolin after install #34

KellyGui opened this issue Oct 21, 2020 · 2 comments

Comments

@KellyGui
Copy link

Hi,
I run the install command and got this message,
" running install
copying ./pangolin.cpython-35m-x86_64-linux-gnu.so -> /home/gmp/miniconda3/envs/panoProject/lib/python3.8/site-packages"

When I import pangolin, it reports ModuleNotFoundError, as follows.

Python 3.8.5 (default, Sep 4 2020, 07:30:14)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

import pangolin
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'pangolin'

Any suggestions?

@buster0051
Copy link

Does anyone solve it?

@truncs
Copy link

truncs commented Mar 10, 2021

Try using python3.5 in your case -

aditya@aditya-desktop:~/workspace/pangolin$ python3.6
Python 3.6.9 (default, Jan 26 2021, 15:33:00) 
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pangolin
>>> pangolin
<module 'pangolin' from '/home/aditya/workspace/pangolin/pangolin.cpython-36m-x86_64-linux-gnu.so'>
>>> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants