Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import the package in a jupyter notebook #5

Open
Tom-P7 opened this issue Apr 14, 2021 · 0 comments
Open

Cannot import the package in a jupyter notebook #5

Tom-P7 opened this issue Apr 14, 2021 · 0 comments

Comments

@Tom-P7
Copy link

Tom-P7 commented Apr 14, 2021

I can not import the pyqt_fit package.

The problem starts in the "pyqt_fit/init.py" file at line 12:

from . import functions, residuals

The error eventually shows up in anaconda3/lib/python3.8/genericpath.py in _check_arg_types(funcname, *args) at line 152 as:

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'method'.

I am using python 3.8.8 and I have simply placed the PyQt-fit package in the same folder where I am running the jupyter session, meaning no installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant