You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After downloading, extracting and just simply starting the program I get an error:
~/Documents/CSGO-HLTV-Simulation-master$ python3 simulation.py
Traceback (most recent call last):
File "simulation.py", line 23, in
from simulationFunctions import *
File "/home/invader/Documents/CSGO-HLTV-Simulation-master/simulationFunctions.py", line 18, in
import numpy # Using nextafter() function
ModuleNotFoundError: No module named 'numpy'
The text was updated successfully, but these errors were encountered:
After downloading, extracting and just simply starting the program I get an error:
~/Documents/CSGO-HLTV-Simulation-master$ python3 simulation.py
Traceback (most recent call last):
File "simulation.py", line 23, in
from simulationFunctions import *
File "/home/invader/Documents/CSGO-HLTV-Simulation-master/simulationFunctions.py", line 18, in
import numpy # Using nextafter() function
ModuleNotFoundError: No module named 'numpy'
The text was updated successfully, but these errors were encountered: