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

Problem with installation #25

Closed
Hedgehogues opened this issue Nov 23, 2019 · 0 comments
Closed

Problem with installation #25

Hedgehogues opened this issue Nov 23, 2019 · 0 comments

Comments

@Hedgehogues
Copy link

Hello, I have a problem at python3.7

error: python-dateutil 2.8.1 is installed but python-dateutil<2.8.1,>=2.1 is required by {'botocore'}

Full log

eurvanov@eurvanov-HP-ProBook-430-G5:~/python/adeo/market-radar/synonyms-service/research/GraphEmbedding$ python setup.py install
running install
running bdist_egg
running egg_info
writing ge.egg-info/PKG-INFO
writing dependency_links to ge.egg-info/dependency_links.txt
writing requirements to ge.egg-info/requires.txt
writing top-level names to ge.egg-info/top_level.txt
reading manifest file 'ge.egg-info/SOURCES.txt'
writing manifest file 'ge.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/ge
copying build/lib/ge/utils.py -> build/bdist.linux-x86_64/egg/ge
copying build/lib/ge/classify.py -> build/bdist.linux-x86_64/egg/ge
copying build/lib/ge/alias.py -> build/bdist.linux-x86_64/egg/ge
copying build/lib/ge/init.py -> build/bdist.linux-x86_64/egg/ge
creating build/bdist.linux-x86_64/egg/ge/models
copying build/lib/ge/models/node2vec.py -> build/bdist.linux-x86_64/egg/ge/models
copying build/lib/ge/models/deepwalk.py -> build/bdist.linux-x86_64/egg/ge/models
copying build/lib/ge/models/struc2vec.py -> build/bdist.linux-x86_64/egg/ge/models
copying build/lib/ge/models/init.py -> build/bdist.linux-x86_64/egg/ge/models
copying build/lib/ge/models/line.py -> build/bdist.linux-x86_64/egg/ge/models
copying build/lib/ge/models/sdne.py -> build/bdist.linux-x86_64/egg/ge/models
copying build/lib/ge/walker.py -> build/bdist.linux-x86_64/egg/ge
byte-compiling build/bdist.linux-x86_64/egg/ge/utils.py to utils.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/classify.py to classify.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/alias.py to alias.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/init.py to init.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/models/node2vec.py to node2vec.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/models/deepwalk.py to deepwalk.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/models/struc2vec.py to struc2vec.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/models/init.py to init.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/models/line.py to line.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/models/sdne.py to sdne.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/ge/walker.py to walker.cpython-37.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying ge.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ge.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ge.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ge.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ge.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/ge-0.0.0-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing ge-0.0.0-py3.7.egg
Removing /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages/ge-0.0.0-py3.7.egg
Copying ge-0.0.0-py3.7.egg to /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages
ge 0.0.0 is already the active version in easy-install.pth

Installed /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages/ge-0.0.0-py3.7.egg
Processing dependencies for ge==0.0.0
Searching for python-dateutil>=2.1
Reading https://pypi.org/simple/python-dateutil/
Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl#sha256=75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a
Best match: python-dateutil 2.8.1
Processing python_dateutil-2.8.1-py2.py3-none-any.whl
Installing python_dateutil-2.8.1-py2.py3-none-any.whl to /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages
writing requirements to /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages/python_dateutil-2.8.1-py3.7.egg/EGG-INFO/requires.txt
Adding python-dateutil 2.8.1 to easy-install.pth file

Installed /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages/python_dateutil-2.8.1-py3.7.egg
Searching for botocore<1.14.0,>=1.13.26
Reading https://pypi.org/simple/botocore/
Downloading https://files.pythonhosted.org/packages/8a/93/ea2ec042794dfda186348df02c6057223a8bbc21c055124fbe3e16925441/botocore-1.13.26-py2.py3-none-any.whl#sha256=9fefb42c6d4fa0079a52b49e5491fa0738cca63649f68be180b3ed6c253d2622
Best match: botocore 1.13.26
Processing botocore-1.13.26-py2.py3-none-any.whl
Installing botocore-1.13.26-py2.py3-none-any.whl to /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages
writing requirements to /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages/botocore-1.13.26-py3.7.egg/EGG-INFO/requires.txt
Adding botocore 1.13.26 to easy-install.pth file

Installed /home/eurvanov/anaconda3/envs/mr-research/lib/python3.7/site-packages/botocore-1.13.26-py3.7.egg
error: python-dateutil 2.8.1 is installed but python-dateutil<2.8.1,>=2.1 is required by {'botocore'}

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

2 participants