sbg / sevenbridges-python

SevenBridges Python Api bindings
Apache License 2.0
46 stars 27 forks source link

error: [Errno 22] Invalid argument #117

Closed komalsrathi closed 5 years ago

komalsrathi commented 5 years ago

Trying to install sbg-python and getting the following error:

python setup.py install

...
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying sevenbridges_python.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying sevenbridges_python.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying sevenbridges_python.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying sevenbridges_python.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying sevenbridges_python.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/sevenbridges_python-0.18.0-py3.5.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing sevenbridges_python-0.18.0-py3.5.egg
Removing /mnt/isilon/dbhi_bfx/rathik/tools/miniconda3/lib/python3.5/site-packages/sevenbridges_python-0.18.0-py3.5.egg
Copying sevenbridges_python-0.18.0-py3.5.egg to /mnt/isilon/dbhi_bfx/rathik/tools/miniconda3/lib/python3.5/site-packages
error: [Errno 22] Invalid argument: '/mnt/isilon/dbhi_bfx/rathik/tools/miniconda3/lib/python3.5/site-packages/sevenbridges_python-0.18.0-py3.5.egg'

Using python version 3.5.2.

komalsrathi commented 5 years ago

I was able to install it via conda.