Kevin Manase

Results 18 comments of Kevin Manase
trafficstars

this fixed my issues. thanks a lot @jay40233

For those still having issues, make the changes above, build and install locally. [Follow the instructions here](https://packaging.python.org/en/latest/tutorials/packaging-projects/) or * make [these](https://github.com/InstaPy/InstaPy/issues/6592) changes * `cd ` * `python3 -m build` *...

I'm having the same issue here with iOS 16 and Ventura. It works fine on a real device but i'd much prefer spinning up a bunch of emulators for testing...

can you elaborate? can you include the stacktrace? how did you run the installation?

if you have the data set, you should be able to just plug it in have you found one from quandl? you probably need to start here ```python stock =...

where are you importing it from?

your best bet is to submit a PR with the changes you want and go from there

open a PR with the changes requested

not the most fun answer but the best way to find out what the problem is to learn to debug `import pdb; pdb.set_trace()`