forked from kkyon/fs.dropboxfs
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Due to a fix for a bug in setuptools
, installation of the package goes fine but because this package's name is fs.dropboxfs
and not fs-dropboxfs
, pip
interprets the package to be namespaced in fs (more on namespacing here). You won't encounter problems when installing this locally, but if you install from PyPI and try to open a Dropbox URL, you get this:
Traceback (most recent call last):
...
File "/Users/tux/.pyenv/versions/2.7.15/envs/gds/lib/python2.7/site-packages/fs/opener/registry.py", line 228, in open_fs
default_protocol=default_protocol,
File "/Users/tux/.pyenv/versions/2.7.15/envs/gds/lib/python2.7/site-packages/fs/opener/registry.py", line 187, in open
opener = self.get_opener(protocol)
File "/Users/tux/.pyenv/versions/2.7.15/envs/gds/lib/python2.7/site-packages/fs/opener/registry.py", line 139, in get_opener
"could not load entry point; {}".format(exception)
fs.opener.errors.EntryPointError: could not load entry point; No module named dropboxfs.opener
Platform:
- OS: Mac OSX
- Python: 2.7 and 3.7
- Pip: 19.1.1
- setuptools: 40.8.0 and 41.0.1
Metadata
Metadata
Assignees
Labels
No labels