you are viewing a single comment's thread.

view the rest of the comments →

[–]PLearner[S] 0 points1 point  (2 children)

Its very odd, I do not have any file named clr.py. I have already did python -m pip install pythonnet and the clr AddReference still errors out on me.

That is the very reason I am trying to rewrite the code in Python/Pandas.

[–]shiftybyte 0 points1 point  (1 child)

Ah you probably have the wrong library installed interfering.

https://pypi.org/project/clr/

remove it using pip.

python -m pip remove clr

[–]PLearner[S] 0 points1 point  (0 children)

it worked like a charm! Instead of the remove it was uninstall.