You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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'>
>>>
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.
Any suggestions?
The text was updated successfully, but these errors were encountered: