Message Boards Message Boards

0
|
6419 Views
|
4 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Avoid failure while using SemanticImport?

Posted 6 years ago

I have the latest version of Mathematica. The command SemanticImport is not working properly. Actually it is not working with the examples provided in the documentation.

sales = SemanticImport["ExampleData/RetailSales.tsv"]

$Failed
4 Replies

I think I might have an old version of the Paclet,

In[9]:= "Version" /. PacletInformation["SemanticImport"]

Out[9]= "0.0.458"

But, when try the command

PacletUpdate["SemanticImport"]

Nothing shows...

POSTED BY: Luciano Pinheiro

That is the correct version. PacletUpdate won't do anything.

Are you experiencing similar problems? If so, I would contact wolfram technical support.

https://www.wolfram.com/support/contact/email/?topic=Technical

They might have more information. What OS and version of Mathematica are you using? What happens when you try to run documentation examples for SemanticImport? Do you see any improvement when you try to run thru this article:

http://support.wolfram.com/kb/12464

POSTED BY: Sean Clarke

Thanks a lot Sean. But unfortunately the suggestion did not work.

For: "Version" /. PacletInformation["SemanticImport"]

I get:

0.0.8

When I try the second command I get a message saying "No newer version of the paclet could be found".

Seems to be an issue with the new Macs. I have Mac OS High Sierra 10.13.2.

What version of OSX are you running? We've seen this problem on newer OSX versions. Fortunately, the developer has created an update to get around this. This code will return what version of SemanticImport is installed:

"Version" /. PacletInformation["SemanticImport"]

After you run that, try running this (when you're online):

PacletUpdate["SemanticImport"]

This should install a newer version of SemanticImport. Let us know if this doesn't work for you.

POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract