I have already installed edX platform in my computer, but I want to translate it to Spanish. Also, I have discovered that www.transifex.com has just translated ed X into Spanish (Latino).
But when I'm installing this https://github.com/edx/edx-platform/wiki/Internationalization-and-localization , at the point that I execute:
rake i18n:generate
I get the following error:
Cannot locate GNU get text utilities, which are required by django for internationalization.
(*see docs.django project.com/en/dev/topics/i18n/translation/#message-files*). Try downloading them from http://www.gnu.org/software/gettext/
I am completely lost, because i have downloaded get text, but there is no get text-utils folder, and I have created it but still doesn't work.
I'm working on a Mac Console.
Thank you in advance,
ehe.
Did You try this ?
$ rake i18n:generate -t
I've Found that command at this manual:
http://edx.asmoz.org/pdf/instalacion.pdf
Greetings
Related
I'm attempting to install RStudio in WSL2. R itself works just fine, however when I install and try to run RStudio I get the following error:
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
I've seen that other people have solved this problem by:
Installing libqt5x11extras5 and running the following command:
sudo ln -sf /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/ /usr/bin/
Attempting to reinstall libqt5x11extras5 and other xcb related libraries I get the following message at the end and rstudio still doesn't work:
/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link
In the /wsl/lib/ folder there are what I believe are a few duplicate files of libcuda.so libcuda.so.1 and libcuda.so.1.1. This folder is read only and it seems like it's that way for a reason.
I'm assuming the solution involves making libcuda.so.1 a symbolic link but I'm not quite sure where I should be pointing it given wsl's slightly different file structure than regular ubuntu.
edit: for example I've tried
sudo ln -sf /usr/lib/wsl/lib/libcuda.so.1 /usr/bin
however it doesn't fix the issue with rstudio, and when I reinstall the xcb libraries I still get the same error about it not being a symbolic link.
edit 2: solved it! I needed to install windows 11 for the gui to work. I had read somewhere it would also work with the latest version of windows 10 but I guess not.
I installed Scilab 5.5.2 on Windows 10, and then installed the Scilab Code Generator toolbox.
However, when I start Scilab, the following message appears and I can't use the toolbox. This problem occurs for every toolbox.
Start Scilab Code Generator
Version: 0.9.20190122
Load macros
atomsLoad: An error occurred while loading 'xcos_code_generator-0.9.20190122':
File "C:\Users\光\AppData\Roaming\Scilab\SCILAB~1.2\atoms\x64\XCOS_C~1\09E129~1.201\macros\names" does not exist or read access denied.
(光 is my username.)
I suppose the problem comes from "\Scilab\SCILAB~1.2" in the middle of the file path. In my computer, the only folder in "Scilab" is "scilab-5.5.2", so indeed the software cannot find the file it's looking for.
Does anyone have any ideas?
I need to use the toolbox at work soon, so any help is greatly appreciated. Thank you in advance.
Note: I'm not using the latest Scilab 6.0.2 because it fails to work on my computer. It closes immediately after I open it.
I solved the problem by myself.
It was my user name "光" that caused the problem. I found people saying that user names in full-width characters such as Japanese sometimes cause problems like this.
The solution is to create another user account with a name in half-width characters and install Scilab in that account. (Just changing the full-width user name doesn't work because it doesn't change the filenames that already exist.)
I couldn't find the solution until today because I was searching for solutions only in the context of Scilab, not in the context of software in general.
I hope this answer helps someone.
I'm not sure why you are using an outdated version of Scilab. The latest version is 6.0.2 on Windows. If the newer version doesn't work properly then that's the problem you need to fix first. To test your Scilab installation you may run it in the terminal. Find the installation folder. For me, it is C:\Program Files\scilab-6.0.2\bin the on cmd go to the path and run Scilex.exe. If not uninstall everything and install it in a proper way. My recommendation is to uninstall the old Scilab you already have. Then:
Install Chocolatey package manager
Open PowerShell as Admin and run choco update all -y, once in a while update your packages this way.
run choco install Scilab -y
then open the Scilab software
run the atomsInstall("xcos_code_generator") in the console
runt the atomsLoad("xcos_code_generator") to make sure your package is installed properly. You should see this as a result:
--> atomsInstall("xcos_code_generator")
Scanning repository http://atoms.scilab.org/6.0 ... Done
ans =
!xcos_code_generator 0.9.201901 user SCIHOME\atoms\x64\xcos_code_generator\0.9.201901 I !
--> atomsLoad("xcos_code_generator");
Start Scilab Code Generator
Version: 0.9.20190122
Load macros
Load help
Load demos
I have a problem with the installation of Apache sparkR. To install this type of program you have to use the command prompt and "run" (for me) sparkR as requested here:
http://www.r-bloggers.com/installing-and-starting-sparkr-locally-on-windows-os-and-rstudio/
However, by running the following command line I found a path issue. (I checked registry problems and purposely make a short path without long words). :
PS C:\Users\Maxime> cd ..
PS C:\Users> cd ..
PS C:\> cd .\Apache\
PS C:\Apache> cd .\spark\
PS C:\Apache\spark> .\bin\sparkR
Le chemin d’accès spécifié est introuvable. // Translate: The specified path was not found.
PS C:\Apache\spark>
What should I do to work? (i would like to stay on windows)
Thank you very much !
the r-bloggers article that you quote installs Spark in a different folder to the one that you are in. It uses the directory c:\Apache\Spark-1.4.1 , whereas you are in c:\Apache\spark.
It seems that you are unfamiliar with using the command prompt to locate an installation. If you don't know your way around the command line then you will struggle with Spark. It requires a lot of configuration so you really need to be comfortable with paths, directories etc. You can try a tutorial like this one
If you are trying to learn Spark, you can avoid the trouble of maintaining an installation by signing up for a (free) hosted Spark account here:Databricks.com community edition. You also get a lot of help and training materials with that account.
I haven't been able to find the help I need on (on dummie level) for installing a new dictionary (danish) in emacs. To be honest I somewhat confused about ispell vs aspell. When typing "M-x ispell-buffer" a spelling control starts using english as default. I can change directory typing "M-x-ispell-change-dictionary" it suggest "dansk" but I get an error saying that the file /.../aspell/dict/danish" can not be opened for reading. I can deduct that the dictionary is not installed - but I cannot seem to finde a guide (step by step) on how to do this.
And then I have a bonus question. I have managed to install flyspell (or is that actually 'installing' as I have just addet the .el file to my emacs load path and loaded in my .emacs file?). This seem to work (wauw), and as I understand it flyspell is using the same dictionaries as ispell/aspell hence solving my probleme above would enable me to use flyspell in danish?
Any help is appreciated.
/Kira
If you are on Ubuntu or Debian system you can install the Danish aspell package from the commandline with
sudo apt-get install aspell-da
I've installed Aspell where I get a desktop icon-as in I can drag and drop text files in it and the spell check works as expected. However, when I try using the aspell function in Rstudio, I get this as a message: No suitable spell-checker program found. I am unsure of the steps I need to take to remedy this so R picks up on the fact I've installed Aspell. Any help would be greatly appreciated.
I am now getting this as my error
Error in aspell(visit1total) : Running aspell failed with diagnostics:
Error: No word lists can be found for the language "en_US".
Again, I would appreciate any help anyone can offer. I am using Windows 7. Thank you for your time.
To elaborate the first answer from:
https://superuser.com/questions/601928/how-do-i-add-missing-dictionaries-for-aspell
Download and untar the latest english dictionary (http://ftp.gnu.org/gnu/aspell/dict/en/ - currently v7.1.0):
wget ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2
tar xvjf aspell6-en-7.1-0.tar.bz2
Then follow the README to install as follows:
cd aspell6-en-7.1-0/
./configure
make
make install
This is a problem with not having fully configured Aspell for use on Windows. Consider reviewing my post on performing a full installation of aspell on Windows