Questions tagged as 'packages'

0
answers

.NET Standard 1.2 - FileVersionInfo does not exist

Follow the code below: public static string GetVersion() { return FileVersionInfo .GetVersionInfo(Assembly.GetExecutingAssembly().Location) .ProductVersion; } I get error:    CS0103 The name...
asked by 20.11.2018 / 16:13
0
answers

Problems installing the BETS and rbcb package

Good afternoon! I have problems installing the BETS package and rbcb (data from the Central Bank of Brazil by Wilson Freitas). In the first, R says that the DBI I have installed is 0.5, and the version that the BETS package requires is 1.0...
asked by 07.11.2018 / 19:21
0
answers

TO_TIMESTAMP in Oracle Packages

I was doing some maintenance on oracle database object 11g, but in the middle of this adventure I ended up compiling and recompiling versions that gave an error. I would like to know if there is any way to perform a TIMESTAMP on PACKAGES databas...
asked by 17.08.2018 / 21:04
0
answers

Problem importing NLTK packages

               from nltk.machado import *         Traceback (most recent call last): File "<pyshell#8>", line 1, in <module> from nltk.machado import * ModuleNotFoundError: No module named 'nltk.machado' However, when I run the...
asked by 13.07.2018 / 23:16
1
answer

What is a .lock file?

I'm using git to version a project and I noticed when checking for modifications that some .json files have a file with the same name but with different extensions and content. Example: composer.lock , yarn.lock . What are they? What...
asked by 08.02.2017 / 00:36
0
answers

Create snap package for a Java application

I need to create a snap installation package for a java application that I developed. I followed the creation tutorial for java but it did not make it clear how to encapsulate an application I created. I also need to know how to add Oracle JRE...
asked by 09.05.2018 / 15:57
0
answers

Improve interaction between files

I'm creating a programming language in C ++, and I plan to make some system to work with multiple files. In the simple compilation process, the interpreter creates .cpp and .h files and then compiles them together into one execu...
asked by 31.08.2017 / 00:04
1
answer

How to install the EBImage package for version 3.3.0 and or 3.3.1 of R?

Firstly, I made it very clear that I have already downloaded both CRAN 3.3.0 and 3.3.1 versions, normally, and uninstalled all previous versions, I also used the commands: remove.packages ("abind"), remove .packages ("EBImage"), remove.packages...
asked by 18.10.2016 / 23:51