Questions tagged [windows]

18 questions
9
votes
3 answers

How to run a pyspark application in windows 8 command prompt

I have a python script written with Spark Context and I want to run it. I tried to integrate IPython with Spark, but I could not do that. So, I tried to set the spark path [ Installation folder/bin ] as an environment variable and called…
SRS
  • 1,065
  • 5
  • 11
  • 22
5
votes
1 answer

Windows hyper v full gpu passthrough

I'm trying to fully pass through my GPU to a hyper v VM. However, all guides and tutorials only partition it, resulting in the GPU not appearing as a GPU in the VM's task manger performance tab. My Intel 12900KS and 4070, windows 10 should support…
Magdalena
  • 51
  • 2
4
votes
2 answers

Where can i download a benign PE dataset? or at least which website is the best candidate for crawling and downloading normal executables?

I'm planning to gather a benign dataset for my ML malware detection model the problem I'm having is finding benign PE files, i just need a source that has a dataset of normal executables, i will scan them with VT and extract benign ones, but i cant…
Mery Ted
  • 141
  • 1
  • 5
3
votes
1 answer

PermissionError for conda env update

I got a very strange error when run conda env create -f environment.yml. Due to proprietary information, I cannot share the content of environemnt.yml, except that it contains a pip section - pip - pip: - sqlalchemy - pyyaml It…
czwang
  • 131
  • 2
3
votes
3 answers

How to install Polynote on Windows?

I've been searching around the Internet for a while but I have not been able to find detailed instructions on how to install Polynote (the polyglot notebook with first-class Scala support) for Windows with mixing multiple languages, Python and…
Pluviophile
  • 4,203
  • 14
  • 32
  • 56
3
votes
2 answers

Can BRAT be installed on Microsoft Windows?

I would like to create some annotations on some texts using BRAT (brat rapid annotation tool). Can BRAT be installed on Microsoft Windows? If so, how? The installation instructions do not rule out Microsoft Windows: The brat server is a Python…
Franck Dernoncourt
  • 5,862
  • 12
  • 44
  • 80
2
votes
1 answer

Can not install spacy package on windows 10 via pip

I have below environment. OS: Windows 10 Python: Python 3.7.4 PIP: pip 19.3.1 I am trying to install spacy in my windows 10 OS. It gives me below error. ERROR: Command errored out with exit status 1: command:…
Rajesh das
  • 113
  • 7
2
votes
0 answers

python.framework.errors_impl.permissiondeniederror

I am trying to retrain inception final layer on new set of images. I am using docker TensorFlow image on Windows environment. Below are the steps that I am following. Install docker toolbox for windows. Pulling the tensorflow docker image. docker…
1
vote
0 answers

Assigning scalar values for PID for order in Neural Network

I have built a neural network using Windows Process's I started off with only two features, the file path with parent process, and the file path with child process. I am slowly adding features for instance I just added the destination user name…
1
vote
0 answers

what is the error here ? time series sliding windows

Given a list where each element is a dataframe, i want to create sliding windows in order to train a lstm model, but the problem is an error occurs. Each dataframe is a time series with the 4 columns but different length. import import_ipynb import…
0
votes
1 answer

Brain Connectogram or Connectivity Visualization

Can anybody please guide me how can I draw the following figure in my windows 10 environment, I mean is there some built-in online tool or software that I can use for this purpose? In my case I have two average correlation matrices , one for healthy…
Edison
  • 101
  • 1
0
votes
1 answer

Accessing Flask WS APIs over intranet -

I have 2 scripts - A.py and B.py, and both are Flask apps. A.py renders a web page and acts as my UI taking inputs from user. B.py is hold the main logic and has a web service API being called by A.py. Both run as flask app services in localhost…
ranit.b
  • 451
  • 5
  • 18
0
votes
3 answers

How to install XGBoost or LightGBM on Windows?

I'm a Windows user and would like to use those mentioned algorithms in the title with my Jupyter notebook which is a part of Anaconda installation. I've tried in anaconda promt window: pip install xgboost which retuned: Could not find a version…
Stanislav Jirak
  • 133
  • 1
  • 4
0
votes
1 answer

Is there any data set containing list of windows software and the category each one of them belongs to?

I wanted a dataset which lists many windows softwares according to their categories for a project. eg: anaconda: software development, roblox: gaming, VLC: video player etc. I searched but could not find anything similar to this. Please link me to…
Tarun Khare
  • 101
  • 1
0
votes
1 answer

chainlit test failed

I am using windows OS. I created a folder named ABC under C. In command prompt, I typed cd C:\ABC and then typed the following commands: pip install huggingface_hub pip install transformers pip install langchain pip install chainlit The above…
Karl 17302
  • 49
  • 1
  • 6
1
2