Code Monkey home page Code Monkey logo

Comments (8)

varun-nagaraja avatar varun-nagaraja commented on August 18, 2024

I thought this might be helpful for others trying to install on OSX. It would be nice to add it in either README_OSX or in the existing README.

from vatic.

chris838 avatar chris838 commented on August 18, 2024

Possible typo:
brew tap home-brew/apache

Should be:
brew tap homebrew/apache

from vatic.

chris838 avatar chris838 commented on August 18, 2024

Another small typo:
Edit etc/apache2/extra/httpd-vhosts.conf

Should be:
Edit /etc/apache2/extra/httpd-vhosts.conf

from vatic.

varun-nagaraja avatar varun-nagaraja commented on August 18, 2024

Thanks for the fixes Chris.

from vatic.

sm176357 avatar sm176357 commented on August 18, 2024

The .sh file contains apt-get install commands. Replacing it with brew leads to certain conflicts. Also packages like mysql and python packages parsedatetime are installed again by calling the .sh file. Brew could not dig up libavcodec and stuff. Is it possible to release a .sh installer which address all these and does every installation on the fly ?

from vatic.

corentin87 avatar corentin87 commented on August 18, 2024

I add some python import errors in my apache error.log and adding python-eggs=/path/.python-eggs fixed it! Thank

from vatic.

corentin87 avatar corentin87 commented on August 18, 2024

Also i had brew install mod_wsgi --with-homebrew-httpd24 --with-homebrew-python otherwise i was getting a conflict error from mod_wsgi because of not using the brew python!

from vatic.

YangBain avatar YangBain commented on August 18, 2024

@corentin87 Hi, do you know why i always got No nodule named parsedatetime as the following show:
beans@Beans:/Annotation/vatic$ turkic setup --database
Traceback (most recent call last):
File "/usr/local/bin/turkic", line 5, in
pkg_resources.run_script('turkic==0.2.5', 'turkic')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/turkic-0.2.5-py2.7.egg/EGG-INFO/scripts/turkic", line 12, in
import cli
File "/home/beans/Annotation/vatic/cli.py", line 22, in
import parsedatetime
ImportError: No module named parsedatetime
%%%%%%%%%%%%%%%%%%%%%%%%%%
But when I run python and import parsedatetime, it works.
beans@Beans:
$ python
Python 2.7.14 |Anaconda custom (64-bit)| (default, Oct 16 2017, 17:29:19)
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import parsedatetime

Any idea about this problem? Thank you very much.

from vatic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.