STAT325-S24 / Frankenstein

Other
0 stars 0 forks source link

Cannot load functions for cleanNLP #10

Closed jpapagelis24 closed 6 months ago

jpapagelis24 commented 7 months ago

@nicholasjhorton here is my output of py_config()

python: /Users/justinpapagelis/.pyenv/versions/3.11.8/bin/python libpython: /Users/justinpapagelis/.pyenv/versions/3.11.8/lib/libpython3.11.dylib pythonhome: /Users/justinpapagelis/.pyenv/versions/3.11.8:/Users/justinpapagelis/.pyenv/versions/3.11.8 version: 3.11.8 (main, Mar 4 2024, 22:45:00) [Clang 15.0.0 (clang-1500.1.0.2.5)] numpy: [NOT FOUND]

NOTE: Python version was forced by use_python() function`

nicholasjhorton commented 7 months ago

Thanks: that's helpful. I too had issues and was forced to install a new version of Python to get things to run.

Did you use "py_install()" to install this version of Python?

I'm confident that we can get things sussed but it may require some iteration. (Note that you don't need to be able to run locally for what we are doing today or this week.)

nicholasjhorton commented 6 months ago

Any updates on this front? Thanks in advance for any guidance.

jpapagelis24 commented 6 months ago

@nicholasjhorton I am able to run cleanNLP and I just exported an annotated copy of my novel from the server

nicholasjhorton commented 6 months ago

Congrats: that's great news!

I wonder if you want to make the annotated text available as a second object within your data package. I suspect that this would be a nice addition.