Trouble installing
gary-conlon opened this issue · 1 comments
Hi
I am trying to install eml_parser on mac
The import does not seem to be working even though ive installed libmagic ect.
Import "eml_parser" could not be resolvedPylance[reportMissingImports]
I used pip install eml_parser for installation
╰─ python --version ─╯
Python 3.9.15
╰─ pip list ─╯
Package Version
brotlipy 0.7.0
certifi 2022.12.7
cffi 1.15.1
charset-normalizer 2.1.1
click 8.1.3
colorama 0.4.6
conda 22.11.1
conda-package-handling 2.0.2
conda_package_streaming 0.7.0
cryptography 39.0.0
eml-parser 1.17.5
file-magic 0.4.1
filemagic 1.6
idna 3.4
libmagic 1.0
pip 22.3.1
pluggy 1.0.0
publicsuffixlist 0.9.3
pycosat 0.6.4
pycparser 2.21
pyOpenSSL 23.0.0
PySocks 1.7.1
python-dateutil 2.8.2
python-magic 0.4.27
requests 2.28.1
ruamel.yaml 0.17.21
ruamel.yaml.clib 0.2.7
setuptools 65.6.3
six 1.16.0
toolz 0.12.0
tqdm 4.64.1
urllib3 1.26.13
wheel 0.38.4
zstandard 0.19.0
This seems to be more of a general problem, not related to this library.
If you are using a virtual env., make sure you are using the correct interpreter in your editor (VS I assume).