mrmechko / pytrips

GNU General Public License v2.0
6 stars 2 forks source link

Error installing: pip install -e #12

Closed sidsvash26 closed 5 years ago

sidsvash26 commented 5 years ago

Hi,

I get the following error when I run the following from the root of the directory: pip install -e .

Command "/Users/sidvash/anaconda/bin/python -c "import setuptools, tokenize;file='/Users/sidvash/pytrips/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps" failed with error code 1 in /Users/sidvash/pytrips/

OS: macOS High Sierra v10.13.3 Python Version: Python 3.6.5 :: Anaconda custom (64-bit)

mrmechko commented 5 years ago

if you remove the -e option then it installs fine. The only thing is, if you make a change to the code, then you have to uninstall the module and reinstall it.

sidsvash26 commented 5 years ago

pip install pytrips works just fine now.