nucypher / nucypher-monitor

NuCypher network intelligence crawler and web dashboard
7 stars 15 forks source link

Unable to install on linux (Tassimo) #35

Closed KPrasch closed 4 years ago

KPrasch commented 4 years ago

Collecting pyobjc-core==6.1
  Downloading pyobjc-core-6.1.tar.gz (791 kB)
     |████████████████████████████████| 791 kB 24.9 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /home/kieran/.local/share/virtualenvs/nucypher-monitor-Xewuu8ce/bin/python3.7m -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pw70fvnw/pyobjc-core/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pw70fvnw/pyobjc-core/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-pw70fvnw/pyobjc-core/pip-egg-info
         cwd: /tmp/pip-install-pw70fvnw/pyobjc-core/
    Complete output (2 lines):
    running egg_info
    error: PyObjC requires macOS to build
KPrasch commented 4 years ago

I was able to install by commenting out pyobjc-core and related dependencies (these are platform specific).

derekpierre commented 4 years ago

@KPrasch unsure if this was fixed by a PR/commit, but I successfully installed on Linux Ubuntu 18.04.4 LTS. We can re-open if encountered again.