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

mass require macfs #3

Open
bussiere opened this issue May 13, 2017 · 0 comments
Open

mass require macfs #3

bussiere opened this issue May 13, 2017 · 0 comments

Comments

@bussiere
Copy link

It add difficulty that mass depends on macfs , because on other system than macosx we have to install a lot of thinks like corefoundation and compile it (also clang , llvm) ...


Collecting mass
Requirement already satisfied: jsmin in /home/bussiere/Workspace/reetags/venv/lib/python3.5/site-packages (from mass)
Collecting macfsevents (from mass)
  Using cached MacFSEvents-0.7.tar.gz
Requirement already satisfied: distribute in /home/bussiere/Workspace/reetags/venv/lib/python3.5/site-packages (from mass)
Requirement already satisfied: setuptools>=0.7 in /home/bussiere/Workspace/reetags/venv/lib/python3.5/site-packages (from distribute->mass)
Requirement already satisfied: appdirs>=1.4.0 in /home/bussiere/Workspace/reetags/venv/lib/python3.5/site-packages (from setuptools>=0.7->distribute->mass)
Requirement already satisfied: packaging>=16.8 in /home/bussiere/Workspace/reetags/venv/lib/python3.5/site-packages (from setuptools>=0.7->distribute->mass)
Requirement already satisfied: six>=1.6.0 in /home/bussiere/Workspace/reetags/venv/lib/python3.5/site-packages (from setuptools>=0.7->distribute->mass)
Requirement already satisfied: pyparsing in /home/bussiere/Workspace/reetags/venv/lib/python3.5/site-packages (from packaging>=16.8->setuptools>=0.7->distribute->mass)
Building wheels for collected packages: macfsevents
  Running setup.py bdist_wheel for macfsevents ... error
  Complete output from command /home/bussiere/Workspace/reetags/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-2cuy4yn7/macfsevents/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp0ntp_qblpip-wheel- --python-tag cp35:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.5
  copying fsevents.py -> build/lib.linux-x86_64-3.5
  running build_ext
  building '_fsevents' extension
  creating build/temp.linux-x86_64-3.5
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -I/home/bussiere/Workspace/reetags/venv/include/python3.5m -c _fsevents.c -o build/temp.linux-x86_64-3.5/_fsevents.o
  _fsevents.c:2:43: fatal error: CoreFoundation/CoreFoundation.h: Aucun fichier ou dossier de ce type
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  

May i suggest that if you can , you make it OS agnostic ?

Because for the moment compiling corefoundation is really a pain on ubuntu ...

Regards

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

1 participant