ReviewBoard2.0.12 failing to install - linux

I'm trying to install ReviewBoard2.0.12 on an Ubuntu 12.04 server and am getting a bizarre outcome
I don't get an error
easy_install is finding the file and downloading it, however it is not installing it so its not located in my dist-Packages directory (my current default)
When I use easy_install on other tools there is no issue
Any help would be greatly appreciated thanks !

Please check the review board documentation.
https://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
if you are not clear, Please refer this link to install review board on Ubuntu https://bianchirick.wordpress.com/2014/07/09/installing-reviewboard-2-0-x-on-ubuntu-12-04-x/
Still if you are facing any issues further. Please provide more details... error log, python version...

Related

How to open pgadmin4 on Manjaro

I was tried to open pgadmin4 on linux Manjaro but i have an error. I don't know how to fix it. Please help me Error
It seems you have installed the https://archlinux.org/packages/community/x86_64/pgadmin4/ app. This is a community edition and is not supported by the official Pgadmin4 maintainers (by this comment: ArchLinux, PostgreSQL and pgAdmin4). I wasn't able to get it up and running too.
The solution is to follow the official installation, which uses pip. You can find it here: https://www.pgadmin.org/download/pgadmin-4-python/. Note that this only runs in a python venv.
You could also run a docker container, which might be even simpler: https://www.pgadmin.org/download/pgadmin-4-container/

Is there currently any way to install mypy for python 3.7 and use with PyDev?

I tried to install mypy with "phyton -m pip install mypy" but it fails with an error about typed_ast that says it needs Visual C++ compiler but after installing that the error remains. I found several similar reports and notes that it can't be fixed due to the typed_ast thing, I don't know any details about that.
Is there a way to install mypy manually? Just copy a bunch of files somewhere?
I use Windows 10, Python 3.7, I updated to the latest pip.
Any help or hint is welcome
Thanks a lot
Martin
I found an answer myself.
I have python 3.7-32 installed and there is no appropriate wheel for typed -ast for this. This video
https://www.youtube.com/watch?v=XZrThBBpFlo
explains the problem and also gives a solution. I installed a 32-bit wheel from the link given and then installed mypy again and it finished successfully.
Now I will try mypy.
Good luck

how to install the "Make" command in Windows

I have been trying to install the command "make" in Windows but I couldn't.
I tried with cygwin and GNU, but I think I am making something wrong somewhere.
Can anyone give me some detailed steps please !
make is available as package in cygwin. It is not one of the base package so you need to require setup to install it.
See User Guide at:
https://cygwin.com/cygwin-ug-net/setup-net.html#setup-packages

Anaconda says unable to create process on windows10

I have installed Anaconda3 on my Windows 10 machine. Installation complete all fine. Then i added the in %PATH%. But when I am trying to launch anaconda prompt it says that
Unable to create process using 'C:\Users\anjaneya\Anaconda3\python.exe C:\Users\anjaneya\Anaconda3\Scripts\conda-script.py ..checkenv "cmd.exe" "C:\Users\anjaneya\Anaconda3"'
Not sure what is wrong. Please help.
Many Thanks,
I recently encountered the same problem as you. After some groping, I solved it.
You can try the following method:
Open cmd in this directory
C:\Users\anjaneya\Anaconda3\python.exe C:\Users\anjaneya\Anaconda3\Scripts
then input:
>conda list
Then I found out that my program is working properly.
I hope I can help you

How to install libjpeg-turbo8 on Ubuntu 12.0.4

As suggested by Google, I'm trying to get http://jpegclub.org/jpegtran/ working on my Ubuntu server, but I'm getting the error:
"jpegtran: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory"
A Google search told me to install (via apt-get) libjpeg-turbo8, however apt-get can't find the package. My own Ubuntu computer (running 12.0.10) can find the package just fine.
I tried installing http://sourceforge.net/projects/libjpeg-turbo/ with no luck.
Am I doing something wrong or have I missed something? How do I get jpegtran working?
This question may be old, but i was trying to run the glassfish updatetool and it failed because of the lack of the libjpeg library.
Steps i did take:
1. install libjpeg62:i386 (for 64 bit ubuntu amd6)
I hope it helps someone

Resources