Code Monkey home page Code Monkey logo

Comments (5)

pedrobaeza avatar pedrobaeza commented on August 19, 2024

You installed the module in an environment where you had unicodecsv, and now the environment where you are running Odoo doesn't, so it's a problem of your installation.

from partner-contact.

angelocala94 avatar angelocala94 commented on August 19, 2024

Hi Pedro, is a new installation, i've installed odoo using an install script found on github, and i've installed the modules by copying their files in the addons folder. Can you help me to solve this?

from partner-contact.

pedrobaeza avatar pedrobaeza commented on August 19, 2024

Sorry, but the problem is that. Library is not detected and the code goes to https://github.com/OCA/partner-contact/blob/8.0/base_location_geonames_import/wizard/geonames_import.py#L37.

I can't help you because it's a matter of your installation, not the code.

from partner-contact.

conerix avatar conerix commented on August 19, 2024

Got the same problem.. with fresh installation used the following installation script
https://github.com/conerix/odoo-install-scripts/blob/master/ubuntu-14-04/odoo_install.sh
and after installation was done i did a
pip install unicodecsv

from partner-contact.

qupro avatar qupro commented on August 19, 2024

I got the same problem (Odoo 9.0c , ubuntu 14.04), and I had installed unicodecsv with
sudo apt-get install python-unicodecsv.

After the error I did a sudo pip install unicodecsv --upgrade getting this:

Downloading/unpacking unicodecsv from https://pypi.python.org/packages/6f/a4/691ab63b17505a26096608cc309960b5a6bdf39e4ba1a793d5f9b1a53270/unicodecsv-0.14.1.tar.gz#md5=c18ffe8ded29a4f429224877b2b34252
Downloading unicodecsv-0.14.1.tar.gz
Running setup.py (path:/tmp/pip_build_root/unicodecsv/setup.py) egg_info for package unicodecsv

Installing collected packages: unicodecsv
Found existing installation: unicodecsv 0.9.4
Not uninstalling unicodecsv at /usr/lib/python2.7/dist-packages, owned by OS
Running setup.py install for unicodecsv

Successfully installed unicodecsv
Cleaning up...

Then I restart the server with sudo service odoo-server restart and now it works.

Note: I don't get this error in a Debian 8.3 installation

from partner-contact.

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.