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
I was trying to install the latest version using 'python setup.py install' but the package appears to be incomplete (i.e. cpip.core is missing).
cpipmain --help
Traceback (most recent call last):
File "/usr/local/bin/cpipmain", line 11, in
load_entry_point('cpip==0.9.8rc0', 'console_scripts', 'cpipmain')()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2854, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2445, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2451, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python3.8/dist-packages/cpip-0.9.8rc0-py3.8.egg/cpip/CPIPMain.py", line 135, in
from cpip import CppCondGraphToHtml
File "/usr/local/lib/python3.8/dist-packages/cpip-0.9.8rc0-py3.8.egg/cpip/CppCondGraphToHtml.py", line 30, in
from cpip.core import CppCond
ModuleNotFoundError: No module named 'cpip.core'
The text was updated successfully, but these errors were encountered:
I was trying to install the latest version using 'python setup.py install' but the package appears to be incomplete (i.e. cpip.core is missing).
cpipmain --help
Traceback (most recent call last):
File "/usr/local/bin/cpipmain", line 11, in
load_entry_point('cpip==0.9.8rc0', 'console_scripts', 'cpipmain')()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2854, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2445, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2451, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python3.8/dist-packages/cpip-0.9.8rc0-py3.8.egg/cpip/CPIPMain.py", line 135, in
from cpip import CppCondGraphToHtml
File "/usr/local/lib/python3.8/dist-packages/cpip-0.9.8rc0-py3.8.egg/cpip/CppCondGraphToHtml.py", line 30, in
from cpip.core import CppCond
ModuleNotFoundError: No module named 'cpip.core'
The text was updated successfully, but these errors were encountered: