Open azazellochg opened 4 years ago
I also tried the following:
conda create -n emvis python=3.8
conda activate emvis
pip install emcore
pip install -e datavis
pip install -e emvis
And got the following:
Traceback (most recent call last):
File "/home/azazello/.conda/envs/emvis/bin/em-picker", line 11, in <module>
load_entry_point('emvis', 'console_scripts', 'em-picker')()
File "/home/azazello/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/azazello/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2859, in load_entry_point
return ep.load()
File "/home/azazello/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
return self.resolve()
File "/home/azazello/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/azazello/soft/em-stuff/emvis/emvis/__init__.py", line 8, in <module>
from . import utils
File "/home/azazello/soft/em-stuff/emvis/emvis/utils/__init__.py", line 5, in <module>
from ._image_manager import ImageManager, ImageRef
File "/home/azazello/soft/em-stuff/emvis/emvis/utils/_image_manager.py", line 8, in <module>
from datavis.utils import py23
ImportError: cannot import name 'py23' from 'datavis.utils' (/home/azazello/soft/em-stuff/datavis/datavis/utils/__init__.py)
I installed everything with:
I cant start a picker: