SalMetric icon indicating copy to clipboard operation
SalMetric copied to clipboard

No module named 'salmetric'

Open sofmonk opened this issue 6 years ago • 5 comments

After following installation,

$ python setup.py install
running install
running build
running build_ext
running install_lib
running install_egg_info
Removing /home/as/anaconda3/lib/python3.7/site-packages/salmetric-0.1-py3.7.egg-info
Writing /home/as/anaconda3/lib/python3.7/site-packages/salmetric-0.1-py3.7.egg-info

getting following error,

$ python
Python 3.7.3 (default, Mar 27 2019, 22:11:17) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import salmetric
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'salmetric'

sofmonk avatar Aug 26 '19 14:08 sofmonk

Have you solved the problem?I met it ,too.

LnSCV avatar Jan 05 '20 01:01 LnSCV

I have the same problem. And I find something different: after installation, I got a file not a directory in sit-package directory, there is no code, and the generated file containing some message labeled "unknown". unfortunately, I can't fix this, even after I change the file to a directory and copy files under directory 'python' to the directory. Where is the problem?

Forest-Xie avatar Sep 07 '20 11:09 Forest-Xie

I have the same problem. And I find something different: after installation, I got a file not a directory in sit-package directory, there is no code, and the generated file containing some message labeled "unknown". unfortunately, I can't fix this, even after I change the file to a directory and copy files under directory 'python' to the directory. Where is the problem?

I haven't solved the problem until now

LnSCV avatar Sep 07 '20 11:09 LnSCV

I met the same problem. And I haven't solved the problem utiol now.

djl0912111 avatar Sep 16 '20 08:09 djl0912111

After following installation,

$ python setup.py install
running install
running build
running build_ext
running install_lib
running install_egg_info
Removing /home/as/anaconda3/lib/python3.7/site-packages/salmetric-0.1-py3.7.egg-info
Writing /home/as/anaconda3/lib/python3.7/site-packages/salmetric-0.1-py3.7.egg-info

getting following error,

$ python
Python 3.7.3 (default, Mar 27 2019, 22:11:17) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import salmetric
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'salmetric'

Have you solved this problem?Hope your reply.

djl0912111 avatar Sep 16 '20 10:09 djl0912111