Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with windows10 installation #184

Open
dareth-koh opened this issue Oct 9, 2023 · 1 comment
Open

Issue with windows10 installation #184

dareth-koh opened this issue Oct 9, 2023 · 1 comment

Comments

@dareth-koh
Copy link

Describe the bug
Error installation with command - python3 -m pip install -r dev_requirements.txt

To Reproduce
Steps to reproduce the behavior:
run the command in mingw64.exe
python3 -m pip install -r dev_requirements.txt

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows10
  • Python version Python 3.10.12
  • NFStream version current_version = 6.5.4

Additional context
Add any other context about the problem here.

@CMV-1
Copy link

CMV-1 commented Oct 13, 2023

ERROR:Window11
D:\anaconda3\envs\nfstream\python.exe E:\pcap_process\process_pcap_to_csv.py
Traceback (most recent call last):
File "E:\pcap_process\process_pcap_to_csv.py", line 1, in
from nfstream import NFStreamer
File "D:\anaconda3\envs\nfstream\lib\site-packages\nfstream_init_.py", line 17, in
from .streamer import NFStreamer
File "D:\anaconda3\envs\nfstream\lib\site-packages\nfstream\streamer.py", line 25, in
from .meter import meter_workflow
File "D:\anaconda3\envs\nfstream\lib\site-packages\nfstream\meter.py", line 16, in
from .engine import create_engine, setup_capture, setup_dissector, activate_capture
File "D:\anaconda3\envs\nfstream\lib\site-packages\nfstream\engine_init_.py", line 16, in
from .engine import create_engine, setup_capture, setup_dissector, activate_capture
File "D:\anaconda3\envs\nfstream\lib\site-packages\nfstream\engine\engine.py", line 16, in
from _lib_engine import ffi, lib
ImportError: DLL load failed while importing _lib_engine: 找不到指定的模块。

Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants