-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I am trying to run this on a windows machine. Is that even possible?
i have added the requirements and my config.env is:
TZ=Europe/Oslo OPENSPOOLMAN_BASE_URL=http://192.168.0.50 PRINTER_ACCESS_CODE=xxxxxxxx(i have the numbers correct) PRINTER_ID=01P00C54xxxxxx PRINTER_IP=192.168.0.39 PRINTER_NAME=Betty SPOOLMAN_BASE_URL=http://192.168.0.100:7912/ AUTO_SPEND=False SPOOL_SORTING=filament.material:asc,filament.vendor.name:asc,filament.name:asc
when i open CMD or powershell i get this:
PS C:\Users\myusername\Downloads\openspoolman-0.1.9> py wsgi.py Traceback (most recent call last): File "C:\Users\myusername\Downloads\openspoolman-0.1.9\wsgi.py", line 1, in <module> from app import app File "C:\Users\myusername\Downloads\openspoolman-0.1.9\app.py", line 11, in <module> from mqtt_bambulab import fetchSpools, getLastAMSConfig, publish, getMqttClient, setActiveTray, isMqttClientConnected, init_mqtt, getPrinterModel File "C:\Users\myusername\Downloads\openspoolman-0.1.9\mqtt_bambulab.py", line 11, in <module> from tools_3mf import getMetaDataFrom3mf File "C:\Users\myusername\Downloads\openspoolman-0.1.9\tools_3mf.py", line 5, in <module> import pycurl ModuleNotFoundError: No module named 'pycurl'
when trying to install pycurl i get this:
pip install pycurl Requirement already satisfied: pycurl in c:\program files\python313\lib\site-packages (7.45.6)