Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
o0stsou0o
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am getting the following error while importing doubleml:
Traceback (most recent call last):
File "test_plr.py", line 11, in
import doubleml as dml
File "/Users/person/Desktop/PersonalizedLMM-main4/scripts/doubleml/init.py", line 16, in
version = get_distribution('doubleml').version
File "/Users/person/anaconda3/envs/test5/lib/python3.7/site-packages/pkg_resources/init.py", line 466, in get_distribution
dist = get_provider(dist)
File "/Users/person/anaconda3/envs/test5/lib/python3.7/site-packages/pkg_resources/init.py", line 342, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/Users/person/anaconda3/envs/test5/lib/python3.7/site-packages/pkg_resources/init.py", line 886, in require
needed = self.resolve(parse_requirements(requirements))
File "/Users/person/anaconda3/envs/test5/lib/python3.7/site-packages/pkg_resources/init.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'doubleml' distribution was not found and is required by the application
I am running pip 21.1.1 from /Applications/anaconda/lib/python3.8/site-packages/pip (python 3.8) just fyi as I've heard this could be part of the issue.
Would you know of how to resolve this? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions