Code Monkey home page Code Monkey logo

Comments (8)

BBeran avatar BBeran commented on May 25, 2024

Hi Maksim,
Install script looks for Anaconda in the registry and the path. If it can't find it either place, assumes it is not there.

You can manually create a Python 2.7 environment in your existing Anaconda installation.

conda create --name Tableau-Python-Server python=2.7 anaconda

then activate it and do the pip install from local folders

pip install -r ./tabpy-server/requirements.txt
pip install ./tabpy-client
pip install ./tabpy-server

I hope this helps.

~ Bora

from tabpy.

jorwoods avatar jorwoods commented on May 25, 2024

Same issue here. It ignored my existing install of Anaconda3.

I tested the registry key search, and got back the following:

c:\TabPy-master>echo %ACMD%
HKEY_USERS\....\Software\Python\ContinuumAnalytics\Anaconda_4.0.0_64-bit

Interestingly, though, when I saw the InstallPath under it, the path listed there was wrong. However, under HKEY_USERS....\Software\Python\PythonCore\3.5 The InstallPath was correct. There was also an entry in \PythonCore\2.7 that was also wrong. (Wrong as in pointed to a folder that did not exist)

I don't know what caused the other erroneous entries above, but I suspect that mimakaev had a similar issue to me.

from tabpy.

rileyrustad avatar rileyrustad commented on May 25, 2024

I'm still getting the same message as @mimakaev . Even after following the instructions above from @BBeran. I don't think TabPy is Anaconda3 compatible yet. I tried editing the setup.bat file to look in the correct directory, but I'm not able to figure it out.

from tabpy.

BBeran avatar BBeran commented on May 25, 2024

if you already have Anaconda, all you need to do is to activate the environment in which you would like to install TabPy then from the command line do

pip install tabpy-server

As of February, tabpy is on PyPI so you don't need to go through setup script at all if you have Anaconda installed already.

from tabpy.

MarleenMeier avatar MarleenMeier commented on May 25, 2024

I have similar problems, I get e.g. this error:
error comment
Does anyone have an idea on what to do? I tried different versions of Python and Anaconda and still, I can't install it properly.

from tabpy.

Proteusiq avatar Proteusiq commented on May 25, 2024

if you have conda, you do not pip to get tabpy-server.

conda install tabpy-server

Works without problem on my end. The best way is it update your conda, then create TabPy environment with a Python version of your choice and install anaconda and tabpy-server libraries.

from tabpy.

BBeran avatar BBeran commented on May 25, 2024

The error messages indicate not being able to hit the server to get packages. It might be your IT admin blocking internet access through that port etc. You may try to do conda install as in the previous message, but it might fail due to same reasons. I am not sure if conda and pip use different ports or not.

from tabpy.

MarleenMeier avatar MarleenMeier commented on May 25, 2024

@Proteusiq @BBeran
Thanks guys! In the meanwhile my local IT team confirmed that it is being blocked by global IT security. Weird enough, it worked with Rserve though.
Anyways, is there a zip file which I can download and then install tabpy-server out of that file?

from tabpy.

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.