ivmfnal / metacat

Metadata Catalog
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

WebAPIError: self.Data: None MQLCompilationError: No module named 'metacat' error #31

Closed hschellman closed 1 year ago

hschellman commented 1 year ago

this gives an error I don't understand (used to work) metacat query "files from dune:all where core.file_type=mc and core.run_type='protodune-sp' limit 100 " WebAPIError: self.Data: None MQLCompilationError: No module named 'metacat'

while if I remove the where part

metacat query "files from dune:all limit 100" gives me a valid answer.

This used to work on demo.

version is

MetaCat Server URL: https://metacat.fnal.gov:9443/dune_meta_prod/app Authentication server URL: https://metacat.fnal.gov:8143/auth/dune Server version: 3.35.0 Client version: 3.35.0

hschellman commented 1 year ago

I am doing it on my Mac.

imandr commented 1 year ago

Fixed