Trouble with Imports

Dear OpenZeppelin Contracts Community Support,

Greetings. Thank you for hosting this message board. I am wondering about the imports for the smart contracts. In particular, I am confronting an error when trying to compile a contract in solidity remix. This contract compiles just fine in VS code for MAC OS truffle version 0.5.16 and node version 14.15.3. I get a parser error. Here is the relevant part of the code:

pragma solidity 0.6.12;
import “@openzeppelin/contracts/token/ERC20/ERC20.sol”;
import “@openzeppelin/contracts/access/Ownable.sol”;

Any help would be appreciated, thanks again.

Sincerely,

DefiReader23

You should show the parser error that you see.